#8E765B

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

Shades of Cement #8E765B

Tints of Cement #8E765B

Color information

#8E765B (or 0x8E765B) is unknown color: approx Cement. HEX triplet: 8E, 76 and 5B. RGB value is (142,118,91). Sum of RGB (Red+Green+Blue) = 142+118+91=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E765B is #7189A4. Grayscale: #7A7A7A. Windows color (decimal): -7440805 or 5994126. OLE color: 5994126.

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

Color convert

RGB14211891-
CMYK00.170.360.44
HSL31.76º21.89%45.69%-
HSV(B)31.76º35.92%55.69%-
XYZ19.5219.4612.63-
YUV122.1110.45142.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=40.46%
G=33.62%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421189100.170.360.4431.7621.8945.69
Hex8E765B011242C20162e
Octal2161661330214454402656
Binary100011101110110101101101000110010010110010000010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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