#7D7470

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

Shades of Hurricane #7D7470

Tints of Hurricane #7D7470

Color information

#7D7470 (or 0x7D7470) is unknown color: approx Hurricane. HEX triplet: 7D, 74 and 70. RGB value is (125,116,112). Sum of RGB (Red+Green+Blue) = 125+116+112=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7470 is #828B8F. Grayscale: #767676. Windows color (decimal): -8555408 or 7369853. OLE color: 7369853.

HSL color Cylindrical-coordinate representation of color #7D7470: hue angle of 18.46º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7470 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB125116112-
CMYK00.070.100.51
HSL18.46º5.49%46.47%-
HSV(B)18.46º10.4%49.02%-
XYZ17.6318.0217.88-
YUV118.24124.48132.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.41%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=35.41%
G=32.86%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511611200.070.100.5118.465.4946.47
Hex7D747007A331252e
Octal17516416007126322556
Binary1111101111010011100000111101011001110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,116,112); }

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

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

 a { background-color: rgb(125,116,112); }

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

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

 span { border-color: rgb(125,116,112); }

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