#807671

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

Shades of Hurricane #807671

Tints of Hurricane #807671

Color information

#807671 (or 0x807671) is unknown color: approx Hurricane. HEX triplet: 80, 76 and 71. RGB value is (128,118,113). Sum of RGB (Red+Green+Blue) = 128+118+113=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 128 - color contains mainly: red. Hex color #807671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807671 is #7F898E. Grayscale: #787878. Windows color (decimal): -8358287 or 7435904. OLE color: 7435904.

HSL color Cylindrical-coordinate representation of color #807671: hue angle of 20º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807671 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB128118113-
CMYK00.080.120.50
HSL20º6.22%47.25%-
HSV(B)20º11.72%50.2%-
XYZ18.3618.7418.27-
YUV120.42123.81133.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=35.65%
G=32.87%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811811300.080.120.50206.2247.25
Hex80767108C321462f
Octal200166161010146224657
Binary100000001110110111000101000110011001010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807671; }

 p { color: rgb(128,118,113); }

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

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

 a { background-color: rgb(128,118,113); }

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

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

 span { border-color: rgb(128,118,113); }

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