#827876

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

Shades of Hurricane #827876

Tints of Hurricane #827876

Color information

#827876 (or 0x827876) is unknown color: approx Hurricane. HEX triplet: 82, 78 and 76. RGB value is (130,120,118). Sum of RGB (Red+Green+Blue) = 130+120+118=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 130 - color contains mainly: red. Hex color #827876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827876 is #7D8789. Grayscale: #7A7A7A. Windows color (decimal): -8226698 or 7764098. OLE color: 7764098.

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

Color convert

RGB130120118-
CMYK00.080.090.49
HSL10º4.84%48.63%-
HSV(B)10º9.23%50.98%-
XYZ19.1919.4919.89-
YUV122.76125.31133.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=35.33%
G=32.61%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012011800.080.090.49104.8448.63
Hex82787608931a531
Octal202170166010116112561
Binary10000010111100011101100100010011100011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827876; }

 p { color: rgb(130,120,118); }

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

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

 a { background-color: rgb(130,120,118); }

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

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

 span { border-color: rgb(130,120,118); }

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