Html Css Color HEX #8D776E Hurricane

📋 copy color: '#8D776E'

red 141 ◦ green 119 ◦ blue 110

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

Shades of Hurricane #8D776E

Tints of Hurricane #8D776E

RGB

 RED value IS 141 (55.47% from 255) = 38.11%

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

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 38.11%
G = 32.16%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D776E (or 0x8D776E) is known color: Hurricane. HEX triplet: 8D, 77 and 6E. RGB value is (141,119,110). Sum of RGB (Red+Green+Blue) = 141+119+110=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D776E is #728891. Grayscale: #7C7C7C. Windows color (decimal): -7506066 or 7239565. OLE color: 7239565.

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

Color convert

RGB 141 119 110 -
CMYK 0 0.16 0.22 0.45
HSL 17.42º 0.12% 0.49% -
HSV(B) 17.42º 0.22% 0.55% -
XYZ 20.4 19.98 17.53 -
YUV 124.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 141 119 110 0 0.16 0.22 0.45 17.42 0.12 0.49
Hex 8D 77 6E 0 10 16 2D 11 C 31
Octal 215 167 156 0 20 26 55 21 14 61
Binary 10001101 1110111 1101110 0 10000 10110 101101 10001 1100 110001

Color Harmonies of #8D776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D776E

Black with #8D776E

Text Example


Text Example

White with #8D776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,119,110); }

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

background-color css

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

 a { background-color: rgb(141,119,110); }

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

border-color css

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

 span { border-color: rgb(141,119,110); }

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