#7F7570

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

Shades of Hurricane #7F7570

Tints of Hurricane #7F7570

Color information

#7F7570 (or 0x7F7570) is unknown color: approx Hurricane. HEX triplet: 7F, 75 and 70. RGB value is (127,117,112). Sum of RGB (Red+Green+Blue) = 127+117+112=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7570 is #808A8F. Grayscale: #777777. Windows color (decimal): -8424080 or 7370111. OLE color: 7370111.

HSL color Cylindrical-coordinate representation of color #7F7570: hue angle of 20º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F7570 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB127117112-
CMYK00.080.120.50
HSL20º6.28%46.86%-
HSV(B)20º11.81%49.8%-
XYZ18.0418.417.93-
YUV119.42123.81133.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.67%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=35.67%
G=32.87%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711711200.080.120.50206.2846.86
Hex7F757008C321462f
Octal177165160010146224657
Binary11111111110101111000001000110011001010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7570; }

 p { color: rgb(127,117,112); }

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

<style>
 a { background-color: #7F7570; }

 a { background-color: rgb(127,117,112); }

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

<style>
 span { border-color: #7F7570; }

 span { border-color: rgb(127,117,112); }

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