Html Css Color HEX #8E776D Hurricane

📋 copy color: '#8E776D'

red 142 ◦ green 119 ◦ blue 109

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

Shades of Hurricane #8E776D

Tints of Hurricane #8E776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 38.38%
G = 32.16%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E776D (or 0x8E776D) is known color: Hurricane. HEX triplet: 8E, 77 and 6D. RGB value is (142,119,109). Sum of RGB (Red+Green+Blue) = 142+119+109=370 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.38% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 142 - color contains mainly: red. Hex color #8E776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E776D is #718892. Grayscale: #7C7C7C. Windows color (decimal): -7440531 or 7174030. OLE color: 7174030.

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

Color convert

RGB 142 119 109 -
CMYK 0 0.16 0.23 0.44
HSL 18.18º 0.13% 0.49% -
HSV(B) 18.18º 0.23% 0.56% -
XYZ 20.51 20.05 17.26 -
YUV 124.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 142 119 109 0 0.16 0.23 0.44 18.18 0.13 0.49
Hex 8E 77 6D 0 10 17 2C 12 D 31
Octal 216 167 155 0 20 27 54 22 15 61
Binary 10001110 1110111 1101101 0 10000 10111 101100 10010 1101 110001

Color Harmonies of #8E776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E776D

Black with #8E776D

Text Example


Text Example

White with #8E776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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