#7A7776

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

Shades of Hurricane #7A7776

Tints of Hurricane #7A7776

Color information

#7A7776 (or 0x7A7776) is unknown color: approx Hurricane. HEX triplet: 7A, 77 and 76. RGB value is (122,119,118). Sum of RGB (Red+Green+Blue) = 122+119+118=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7776 is #858889. Grayscale: #777777. Windows color (decimal): -8751242 or 7763834. OLE color: 7763834.

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

Color convert

RGB122119118-
CMYK00.020.030.52
HSL15º1.67%47.06%-
HSV(B)15º3.28%47.84%-
XYZ17.8918.6419.79-
YUV119.78126.99129.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.98%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=33.98%
G=33.15%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211911800.020.030.52151.6747.06
Hex7A777602334f22f
Octal1721671660236417257
Binary11110101110111111011001011110100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,118); }

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

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

 a { background-color: rgb(122,119,118); }

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

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

 span { border-color: rgb(122,119,118); }

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