#827875

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

Shades of Hurricane #827875

Tints of Hurricane #827875

Color information

#827875 (or 0x827875) is unknown color: approx Hurricane. HEX triplet: 82, 78 and 75. RGB value is (130,120,117). Sum of RGB (Red+Green+Blue) = 130+120+117=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 130 - color contains mainly: red. Hex color #827875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827875 is #7D878A. Grayscale: #7A7A7A. Windows color (decimal): -8226699 or 7698562. OLE color: 7698562.

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

Color convert

RGB130120117-
CMYK00.080.10.49
HSL13.85º5.26%48.43%-
HSV(B)13.85º10%50.98%-
XYZ19.1319.4619.58-
YUV122.65124.81133.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=35.42%
G=32.70%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012011700.080.10.4913.855.2648.43
Hex82787508A31e530
Octal202170165010126116560
Binary10000010111100011101010100010101100011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827875; }

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

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

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

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

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

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

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

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