#8C807B

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

Shades of Hurricane #8C807B

Tints of Hurricane #8C807B

Color information

#8C807B (or 0x8C807B) is unknown color: approx Hurricane. HEX triplet: 8C, 80 and 7B. RGB value is (140,128,123). Sum of RGB (Red+Green+Blue) = 140+128+123=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 140 - color contains mainly: red. Hex color #8C807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C807B is #737F84. Grayscale: #838383. Windows color (decimal): -7569285 or 8093836. OLE color: 8093836.

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

Color convert

RGB140128123-
CMYK00.090.120.45
HSL17.65º6.88%51.57%-
HSV(B)17.65º12.14%54.9%-
XYZ22.1122.4421.91-
YUV131.02123.48134.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.81%
GREEN value IS 128 (50.39% from 255) = 32.74%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=35.81%
G=32.74%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14012812300.090.120.4517.656.8851.57
Hex8C807B09C2D12734
Octal214200173011145522764
Binary1000110010000000111101101001110010110110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,128,123); }

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

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

 a { background-color: rgb(140,128,123); }

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

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

 span { border-color: rgb(140,128,123); }

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