#7C7674

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

Shades of Hurricane #7C7674

Tints of Hurricane #7C7674

Color information

#7C7674 (or 0x7C7674) is unknown color: approx Hurricane. HEX triplet: 7C, 76 and 74. RGB value is (124,118,116). Sum of RGB (Red+Green+Blue) = 124+118+116=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7674 is #83898B. Grayscale: #777777. Windows color (decimal): -8620428 or 7632508. OLE color: 7632508.

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

Color convert

RGB124118116-
CMYK00.050.060.51
HSL15º3.33%47.06%-
HSV(B)15º6.45%48.63%-
XYZ17.9418.519.15-
YUV119.57125.99131.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=34.64%
G=32.96%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411811600.050.060.51153.3347.06
Hex7C767405633f32f
Octal1741661640566317357
Binary1111100111011011101000101110110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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