#7D7674

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

Shades of Hurricane #7D7674

Tints of Hurricane #7D7674

Color information

#7D7674 (or 0x7D7674) is unknown color: approx Hurricane. HEX triplet: 7D, 76 and 74. RGB value is (125,118,116). Sum of RGB (Red+Green+Blue) = 125+118+116=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7674 is #82898B. Grayscale: #777777. Windows color (decimal): -8554892 or 7632509. OLE color: 7632509.

HSL color Cylindrical-coordinate representation of color #7D7674: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7D7674 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB125118116-
CMYK00.060.070.51
HSL13.33º3.73%47.25%-
HSV(B)13.33º7.2%49.02%-
XYZ18.0918.5819.16-
YUV119.86125.82131.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=34.82%
G=32.87%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12511811600.060.070.5113.333.7347.25
Hex7D767406733d42f
Octal1751661640676315457
Binary11111011110110111010001101111100111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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