#8D776D

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

Shades of Hurricane #8D776D

Tints of Hurricane #8D776D

Color information

#8D776D (or 0x8D776D) is unknown color: approx Hurricane. HEX triplet: 8D, 77 and 6D. RGB value is (141,119,109). Sum of RGB (Red+Green+Blue) = 141+119+109=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D776D is #728892. Grayscale: #7C7C7C. Windows color (decimal): -7506067 or 7174029. OLE color: 7174029.

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

Color convert

RGB141119109-
CMYK00.160.230.45
HSL18.75º12.8%49.02%-
HSV(B)18.75º22.7%55.29%-
XYZ20.3419.9617.25-
YUV124.44119.29139.81-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 109 (42.97% from 255) = 29.54%
R=38.21%
G=32.25%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111910900.160.230.4518.7512.849.02
Hex8D776D010172D13d31
Octal2151671550202755231561
Binary100011011110111110110101000010111101101100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D776D;
 }
 .AnyTagClassName
 {
   color: #8D776D;
 }
</style>
background-color css

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

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

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

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

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

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