#8E775C

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

Shades of Cement #8E775C

Tints of Cement #8E775C

Color information

#8E775C (or 0x8E775C) is unknown color: approx Cement. HEX triplet: 8E, 77 and 5C. RGB value is (142,119,92). Sum of RGB (Red+Green+Blue) = 142+119+92=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E775C is #7188A3. Grayscale: #7A7A7A. Windows color (decimal): -7440548 or 6059918. OLE color: 6059918.

HSL color Cylindrical-coordinate representation of color #8E775C: hue angle of 32.4º 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 #8E775C is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14211992-
CMYK00.160.350.44
HSL32.4º21.37%45.88%-
HSV(B)32.4º35.21%55.69%-
XYZ19.6819.7212.89-
YUV122.8110.62141.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=40.23%
G=33.71%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421199200.160.350.4432.421.3745.88
Hex8E775C010232C20152e
Octal2161671340204354402556
Binary100011101110111101110001000010001110110010000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E775C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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