#8C827A

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

Shades of Hurricane #8C827A

Tints of Hurricane #8C827A

Color information

#8C827A (or 0x8C827A) is unknown color: approx Hurricane. HEX triplet: 8C, 82 and 7A. RGB value is (140,130,122). Sum of RGB (Red+Green+Blue) = 140+130+122=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 140 - color contains mainly: red. Hex color #8C827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C827A is #737D85. Grayscale: #848484. Windows color (decimal): -7568774 or 8028812. OLE color: 8028812.

HSL color Cylindrical-coordinate representation of color #8C827A: hue angle of 26.67º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C827A is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB140130122-
CMYK00.070.130.45
HSL26.67º7.26%51.37%-
HSV(B)26.67º12.86%54.9%-
XYZ22.3122.9521.67-
YUV132.08122.31133.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.71%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=35.71%
G=33.16%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013012200.070.130.4526.677.2651.37
Hex8C827A07D2D1b733
Octal21420217207155533763
Binary100011001000001011110100111110110110111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C827A; }

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

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

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

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

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

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

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

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