#7F7572

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

Shades of Hurricane #7F7572

Tints of Hurricane #7F7572

Color information

#7F7572 (or 0x7F7572) is unknown color: approx Hurricane. HEX triplet: 7F, 75 and 72. RGB value is (127,117,114). Sum of RGB (Red+Green+Blue) = 127+117+114=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7572 is #808A8D. Grayscale: #777777. Windows color (decimal): -8424078 or 7501183. OLE color: 7501183.

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

Color convert

RGB127117114-
CMYK00.080.100.50
HSL13.85º5.39%47.25%-
HSV(B)13.85º10.24%49.8%-
XYZ18.1518.4518.52-
YUV119.65124.81133.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.47%
GREEN value IS 117 (46.09% from 255) = 32.68%
BLUE value IS 114 (44.92% from 255) = 31.84%
R=35.47%
G=32.68%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711711400.080.100.5013.855.3947.25
Hex7F757208A32e52f
Octal177165162010126216557
Binary1111111111010111100100100010101100101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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