#8D807B

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

Shades of Hurricane #8D807B

Tints of Hurricane #8D807B

Color information

#8D807B (or 0x8D807B) is unknown color: approx Hurricane. HEX triplet: 8D, 80 and 7B. RGB value is (141,128,123). Sum of RGB (Red+Green+Blue) = 141+128+123=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D807B is #727F84. Grayscale: #838383. Windows color (decimal): -7503749 or 8093837. OLE color: 8093837.

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

Color convert

RGB141128123-
CMYK00.090.130.45
HSL16.67º7.32%51.76%-
HSV(B)16.67º12.77%55.29%-
XYZ22.2822.5321.91-
YUV131.32123.31134.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.97%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=35.97%
G=32.65%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112812300.090.130.4516.677.3251.76
Hex8D807B09D2D11734
Octal215200173011155521764
Binary1000110110000000111101101001110110110110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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