#827A76

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

Shades of Hurricane #827A76

Tints of Hurricane #827A76

Color information

#827A76 (or 0x827A76) is unknown color: approx Hurricane. HEX triplet: 82, 7A and 76. RGB value is (130,122,118). Sum of RGB (Red+Green+Blue) = 130+122+118=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 130 - color contains mainly: red. Hex color #827A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A76 is #7D8589. Grayscale: #7B7B7B. Windows color (decimal): -8226186 or 7764610. OLE color: 7764610.

HSL color Cylindrical-coordinate representation of color #827A76: hue angle of 20º 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 #827A76 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB130122118-
CMYK00.060.090.49
HSL20º4.84%48.63%-
HSV(B)20º9.23%50.98%-
XYZ19.4419.9719.97-
YUV123.94124.65132.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=35.14%
G=32.97%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012211800.060.090.49204.8448.63
Hex827A760693114531
Octal20217216606116124561
Binary10000010111101011101100110100111000110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827A76; }

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

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

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

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

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

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

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

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