#8C765C

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

Shades of Cement #8C765C

Tints of Cement #8C765C

Color information

#8C765C (or 0x8C765C) is unknown color: approx Cement. HEX triplet: 8C, 76 and 5C. RGB value is (140,118,92). Sum of RGB (Red+Green+Blue) = 140+118+92=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C765C is #7389A3. Grayscale: #797979. Windows color (decimal): -7571876 or 6059660. OLE color: 6059660.

HSL color Cylindrical-coordinate representation of color #8C765C: hue angle of 32.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C765C is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB14011892-
CMYK00.160.340.45
HSL32.5º20.69%45.49%-
HSV(B)32.5º34.29%54.9%-
XYZ19.2319.3112.84-
YUV121.61111.29141.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=40%
G=33.71%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401189200.160.340.4532.520.6945.49
Hex8C765C010222D20152d
Octal2141661340204255402555
Binary100011001110110101110001000010001010110110000010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C765C; }

 p { color: rgb(140,118,92); }

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

<style>
 a { background-color: #8C765C; }

 a { background-color: rgb(140,118,92); }

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

<style>
 span { border-color: #8C765C; }

 span { border-color: rgb(140,118,92); }

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