Html Css Color HEX #8E776F Hemp

📋 copy color: '#8E776F'

red 142 ◦ green 119 ◦ blue 111

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

Shades of Hemp #8E776F

Tints of Hemp #8E776F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.99%

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 38.17%
G = 31.99%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E776F (or 0x8E776F) is known color: Hemp. HEX triplet: 8E, 77 and 6F. RGB value is (142,119,111). Sum of RGB (Red+Green+Blue) = 142+119+111=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 142 - color contains mainly: red. Hex color #8E776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E776F is #718890. Grayscale: #7D7D7D. Windows color (decimal): -7440529 or 7305102. OLE color: 7305102.

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

Color convert

RGB 142 119 111 -
CMYK 0 0.16 0.22 0.44
HSL 15.48º 0.12% 0.5% -
HSV(B) 15.48º 0.22% 0.56% -
XYZ 20.62 20.09 17.83 -
YUV 124.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 142 119 111 0 0.16 0.22 0.44 15.48 0.12 0.5
Hex 8E 77 6F 0 10 16 2C F C 32
Octal 216 167 157 0 20 26 54 17 14 62
Binary 10001110 1110111 1101111 0 10000 10110 101100 1111 1100 110010

Color Harmonies of #8E776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E776F

Black with #8E776F

Text Example


Text Example

White with #8E776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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