#867D7A

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

Shades of Hurricane #867D7A

Tints of Hurricane #867D7A

Color information

#867D7A (or 0x867D7A) is unknown color: approx Hurricane. HEX triplet: 86, 7D and 7A. RGB value is (134,125,122). Sum of RGB (Red+Green+Blue) = 134+125+122=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 134 - color contains mainly: red. Hex color #867D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D7A is #798285. Grayscale: #7F7F7F. Windows color (decimal): -7963270 or 8027526. OLE color: 8027526.

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

Color convert

RGB134125122-
CMYK00.070.090.47
HSL15º4.72%50.2%-
HSV(B)15º8.96%52.55%-
XYZ20.6821.1421.4-
YUV127.35124.98132.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=35.17%
G=32.81%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412512200.070.090.47154.7250.2
Hex867D7A0792Ff532
Octal20617517207115717562
Binary1000011011111011111010011110011011111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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