Html Css Color HEX #8E755A Cement

📋 copy color: '#8E755A'

red 142 ◦ green 117 ◦ blue 90

#8E755A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cement #8E755A

Tints of Cement #8E755A

RGB

 RED value IS 142 (55.86% from 255) = 40.69%

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 90 (35.55% from 255) = 25.79%

R = 40.69%
G = 33.52%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E755A (or 0x8E755A) is known color: Cement. HEX triplet: 8E, 75 and 5A. RGB value is (142,117,90). Sum of RGB (Red+Green+Blue) = 142+117+90=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 142 - color contains mainly: red. Hex color #8E755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E755A is #718AA5. Grayscale: #797979. Windows color (decimal): -7441062 or 5928334. OLE color: 5928334.

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

Color convert

RGB 142 117 90 -
CMYK 0 0.18 0.37 0.44
HSL 31.15º 0.22% 0.45% -
HSV(B) 31.15º 0.37% 0.56% -
XYZ 19.36 19.21 12.36 -
YUV 121.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 142 117 90 0 0.18 0.37 0.44 31.15 0.22 0.45
Hex 8E 75 5A 0 12 25 2C 1F 16 2D
Octal 216 165 132 0 22 45 54 37 26 55
Binary 10001110 1110101 1011010 0 10010 100101 101100 11111 10110 101101

Color Harmonies of #8E755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E755A

Black with #8E755A

Text Example


Text Example

White with #8E755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,117,90); }

 H1.HeaderClassName
 {
   color: #8E755A;
 }
 .AnyTagClassName
 {
   color: #8E755A;
 }
</style>

background-color css

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

 a { background-color: rgb(142,117,90); }

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

border-color css

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

 span { border-color: rgb(142,117,90); }

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