#8D776E

Color #8D776E Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #8D776E

Tints of Hurricane #8D776E

Color information

#8D776E (or 0x8D776E) is unknown color: approx 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

RGB141119110-
CMYK00.160.220.45
HSL17.42º12.35%49.22%-
HSV(B)17.42º21.99%55.29%-
XYZ20.419.9817.53-
YUV124.55119.79139.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111911000.160.220.4517.4212.3549.22
Hex8D776E010162D11c31
Octal2151671560202655211461
Binary100011011110111110111001000010110101101100011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>