#7E705A

Color #7E705A Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #7E705A

Tints of Cement #7E705A

Color information

#7E705A (or 0x7E705A) is unknown color: approx Cement. HEX triplet: 7E, 70 and 5A. RGB value is (126,112,90). Sum of RGB (Red+Green+Blue) = 126+112+90=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 126 - color contains mainly: red. Hex color #7E705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E705A is #818FA5. Grayscale: #717171. Windows color (decimal): -8490918 or 5927038. OLE color: 5927038.

HSL color Cylindrical-coordinate representation of color #7E705A: hue angle of 36.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E705A is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB12611290-
CMYK00.110.290.51
HSL36.67º16.67%42.35%-
HSV(B)36.67º28.57%49.41%-
XYZ16.2416.7612.05-
YUV113.68114.64136.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 126 (49.61% from 255) = 38.41%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=38.41%
G=34.15%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261129000.110.290.5136.6716.6742.35
Hex7E705A0B1D3325112a
Octal1761601320133563452152
Binary111111011100001011010010111110111001110010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E705A; }

 p { color: rgb(126,112,90); }

 H1.HeaderClassName
 {
   color: #7E705A;
 }
 .AnyTagClassName
 {
   color: #7E705A;
 }
</style>
background-color css

<style>
 a { background-color: #7E705A; }

 a { background-color: rgb(126,112,90); }

 div.DivClassName
 {
   background-color: #7E705A;
 }
 .BgClassName
 {
   background-color: #7E705A;
 }
</style>
border-color css

<style>
 span { border-color: #7E705A; }

 span { border-color: rgb(126,112,90); }

 td.TdClassName
 {
   border-color: #7E705A;
 }
 .TagClassName
 {
   border-color: #7E705A;
 }
</style>