#8E7754

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

Shades of Cement #8E7754

Tints of Cement #8E7754

Color information

#8E7754 (or 0x8E7754) is unknown color: approx Cement. HEX triplet: 8E, 77 and 54. RGB value is (142,119,84). Sum of RGB (Red+Green+Blue) = 142+119+84=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7754 is #7188AB. Grayscale: #7A7A7A. Windows color (decimal): -7440556 or 5535630. OLE color: 5535630.

HSL color Cylindrical-coordinate representation of color #8E7754: hue angle of 36.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E7754 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB14211984-
CMYK00.160.410.44
HSL36.21º25.66%44.31%-
HSV(B)36.21º40.85%55.69%-
XYZ19.3519.5811.15-
YUV121.89106.62142.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=41.16%
G=34.49%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421198400.160.410.4436.2125.6644.31
Hex8E7754010292C241a2c
Octal2161671240205154443254
Binary100011101110111101010001000010100110110010010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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