#827D7B

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

Shades of Hurricane #827D7B

Tints of Hurricane #827D7B

Color information

#827D7B (or 0x827D7B) is unknown color: approx Hurricane. HEX triplet: 82, 7D and 7B. RGB value is (130,125,123). Sum of RGB (Red+Green+Blue) = 130+125+123=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 130 - color contains mainly: red. Hex color #827D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827D7B is #7D8284. Grayscale: #7E7E7E. Windows color (decimal): -8225413 or 8093058. OLE color: 8093058.

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

Color convert

RGB130125123-
CMYK00.040.050.49
HSL17.14º2.77%49.61%-
HSV(B)17.14º5.38%50.98%-
XYZ20.1120.8421.7-
YUV126.27126.16130.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=34.39%
G=33.07%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012512300.040.050.4917.142.7749.61
Hex827D7B0453111332
Octal2021751730456121362
Binary100000101111101111101101001011100011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,125,123); }

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

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

 a { background-color: rgb(130,125,123); }

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

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

 span { border-color: rgb(130,125,123); }

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