#8C776D

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

Shades of Hurricane #8C776D

Tints of Hurricane #8C776D

Color information

#8C776D (or 0x8C776D) is unknown color: approx Hurricane. HEX triplet: 8C, 77 and 6D. RGB value is (140,119,109). Sum of RGB (Red+Green+Blue) = 140+119+109=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C776D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C776D is #738892. Grayscale: #7C7C7C. Windows color (decimal): -7571603 or 7174028. OLE color: 7174028.

HSL color Cylindrical-coordinate representation of color #8C776D: hue angle of 19.35º 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 #8C776D is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB140119109-
CMYK00.150.220.45
HSL19.35º12.45%48.82%-
HSV(B)19.35º22.14%54.9%-
XYZ20.1719.8717.24-
YUV124.14119.46139.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 109 (42.97% from 255) = 29.62%
R=38.04%
G=32.34%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011910900.150.220.4519.3512.4548.82
Hex8C776D0F162D13c31
Octal2141671550172655231461
Binary10001100111011111011010111110110101101100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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