#867D78

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

Shades of Hurricane #867D78

Tints of Hurricane #867D78

Color information

#867D78 (or 0x867D78) is unknown color: approx Hurricane. HEX triplet: 86, 7D and 78. RGB value is (134,125,120). Sum of RGB (Red+Green+Blue) = 134+125+120=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 134 - color contains mainly: red. Hex color #867D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D78 is #798287. Grayscale: #7F7F7F. Windows color (decimal): -7963272 or 7896454. OLE color: 7896454.

HSL color Cylindrical-coordinate representation of color #867D78: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #867D78 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134125120-
CMYK00.070.100.47
HSL21.43º5.51%49.8%-
HSV(B)21.43º10.45%52.55%-
XYZ20.5621.0920.76-
YUV127.12123.98132.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=35.36%
G=32.98%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412512000.070.100.4721.435.5149.8
Hex867D7807A2F15632
Octal20617517007125725662
Binary10000110111110111110000111101010111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867D78; }

 p { color: rgb(134,125,120); }

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

<style>
 a { background-color: #867D78; }

 a { background-color: rgb(134,125,120); }

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

<style>
 span { border-color: #867D78; }

 span { border-color: rgb(134,125,120); }

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