#817875

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

Shades of Hurricane #817875

Tints of Hurricane #817875

Color information

#817875 (or 0x817875) is unknown color: approx Hurricane. HEX triplet: 81, 78 and 75. RGB value is (129,120,117). Sum of RGB (Red+Green+Blue) = 129+120+117=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #817875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817875 is #7E878A. Grayscale: #7A7A7A. Windows color (decimal): -8292235 or 7698561. OLE color: 7698561.

HSL color Cylindrical-coordinate representation of color #817875: hue angle of 15º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #817875 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB129120117-
CMYK00.070.090.49
HSL15º4.88%48.24%-
HSV(B)15º9.3%50.59%-
XYZ18.9819.3819.57-
YUV122.35124.98132.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=35.25%
G=32.79%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912011700.070.090.49154.8848.24
Hex81787507931f530
Octal20117016507116117560
Binary1000000111110001110101011110011100011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817875; }

 p { color: rgb(129,120,117); }

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

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

 a { background-color: rgb(129,120,117); }

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

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

 span { border-color: rgb(129,120,117); }

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