#867F7B

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

Shades of Hurricane #867F7B

Tints of Hurricane #867F7B

Color information

#867F7B (or 0x867F7B) is unknown color: approx Hurricane. HEX triplet: 86, 7F and 7B. RGB value is (134,127,123). Sum of RGB (Red+Green+Blue) = 134+127+123=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #867F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F7B is #798084. Grayscale: #808080. Windows color (decimal): -7962757 or 8093574. OLE color: 8093574.

HSL color Cylindrical-coordinate representation of color #867F7B: hue angle of 21.82º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #867F7B is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB134127123-
CMYK00.050.080.47
HSL21.82º4.35%50.39%-
HSV(B)21.82º8.21%52.55%-
XYZ2121.6821.82-
YUV128.64124.82131.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=34.90%
G=33.07%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412712300.050.080.4721.824.3550.39
Hex867F7B0582F16432
Octal20617717305105726462
Binary10000110111111111110110101100010111110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,123); }

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

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

 a { background-color: rgb(134,127,123); }

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

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

 span { border-color: rgb(134,127,123); }

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