Html Css Color HEX #8E765A Cement

📋 copy color: '#8E765A'

red 142 ◦ green 118 ◦ blue 90

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

Shades of Cement #8E765A

Tints of Cement #8E765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

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

R = 40.57%
G = 33.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E765A (or 0x8E765A) is known color: Cement. HEX triplet: 8E, 76 and 5A. RGB value is (142,118,90). Sum of RGB (Red+Green+Blue) = 142+118+90=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E765A is #7189A5. Grayscale: #7A7A7A. Windows color (decimal): -7440806 or 5928590. OLE color: 5928590.

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

Color convert

RGB 142 118 90 -
CMYK 0 0.17 0.37 0.44
HSL 32.31º 0.22% 0.45% -
HSV(B) 32.31º 0.37% 0.56% -
XYZ 19.48 19.45 12.4 -
YUV 121.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 142 118 90 0 0.17 0.37 0.44 32.31 0.22 0.45
Hex 8E 76 5A 0 11 25 2C 20 16 2D
Octal 216 166 132 0 21 45 54 40 26 55
Binary 10001110 1110110 1011010 0 10001 100101 101100 100000 10110 101101

Color Harmonies of #8E765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E765A

Black with #8E765A

Text Example


Text Example

White with #8E765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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