#7D6D57

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

Shades of Cement #7D6D57

Tints of Cement #7D6D57

Color information

#7D6D57 (or 0x7D6D57) is unknown color: approx Cement. HEX triplet: 7D, 6D and 57. RGB value is (125,109,87). Sum of RGB (Red+Green+Blue) = 125+109+87=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6D57 is #8292A8. Grayscale: #6F6F6F. Windows color (decimal): -8557225 or 5729661. OLE color: 5729661.

HSL color Cylindrical-coordinate representation of color #7D6D57: hue angle of 34.74º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6D57 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB12510987-
CMYK00.130.300.51
HSL34.74º17.92%41.57%-
HSV(B)34.74º30.4%49.02%-
XYZ15.6515.9911.28-
YUV111.28114.3137.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.94%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=38.94%
G=33.96%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251098700.130.300.5134.7417.9241.57
Hex7D6D570D1E3323122a
Octal1751551270153663432252
Binary111110111011011010111011011111011001110001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,109,87); }

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

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

 a { background-color: rgb(125,109,87); }

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

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

 span { border-color: rgb(125,109,87); }

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