#8E765C

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

Shades of Cement #8E765C

Tints of Cement #8E765C

Color information

#8E765C (or 0x8E765C) is unknown color: approx Cement. HEX triplet: 8E, 76 and 5C. RGB value is (142,118,92). Sum of RGB (Red+Green+Blue) = 142+118+92=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E765C is #7189A3. Grayscale: #7A7A7A. Windows color (decimal): -7440804 or 6059662. OLE color: 6059662.

HSL color Cylindrical-coordinate representation of color #8E765C: hue angle of 31.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E765C is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14211892-
CMYK00.170.350.44
HSL31.2º21.37%45.88%-
HSV(B)31.2º35.21%55.69%-
XYZ19.5719.4812.85-
YUV122.21110.95142.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=40.34%
G=33.52%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421189200.170.350.4431.221.3745.88
Hex8E765C011232C1f152e
Octal2161661340214354372556
Binary10001110111011010111000100011000111011001111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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