#827874

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

Shades of Hurricane #827874

Tints of Hurricane #827874

Color information

#827874 (or 0x827874) is unknown color: approx Hurricane. HEX triplet: 82, 78 and 74. RGB value is (130,120,116). Sum of RGB (Red+Green+Blue) = 130+120+116=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #827874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827874 is #7D878B. Grayscale: #7A7A7A. Windows color (decimal): -8226700 or 7633026. OLE color: 7633026.

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

Color convert

RGB130120116-
CMYK00.080.110.49
HSL17.14º5.69%48.24%-
HSV(B)17.14º10.77%50.98%-
XYZ19.0719.4419.27-
YUV122.53124.31133.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=35.52%
G=32.79%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012011600.080.110.4917.145.6948.24
Hex82787408B3111630
Octal202170164010136121660
Binary100000101111000111010001000101111000110001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827874; }

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

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

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

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

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

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

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

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