Html Css Color HEX #8E765B Cement

📋 copy color: '#8E765B'

red 142 ◦ green 118 ◦ blue 91

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

Shades of Cement #8E765B

Tints of Cement #8E765B

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 value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#8E765B (or 0x8E765B) is known color: 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

RGB 142 118 91 -
CMYK 0 0.17 0.36 0.44
HSL 31.76º 0.22% 0.46% -
HSV(B) 31.76º 0.36% 0.56% -
XYZ 19.52 19.46 12.63 -
YUV 122.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 142 118 91 0 0.17 0.36 0.44 31.76 0.22 0.46
Hex 8E 76 5B 0 11 24 2C 20 16 2E
Octal 216 166 133 0 21 44 54 40 26 56
Binary 10001110 1110110 1011011 0 10001 100100 101100 100000 10110 101110

Color Harmonies of #8E765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E765B

Black with #8E765B

Text Example


Text Example

White with #8E765B

Text Example


Text Example

HTML Codes & Css Web 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>