#7A7477

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

Shades of Monsoon #7A7477

Tints of Monsoon #7A7477

Color information

#7A7477 (or 0x7A7477) is unknown color: approx Monsoon. HEX triplet: 7A, 74 and 77. RGB value is (122,116,119). Sum of RGB (Red+Green+Blue) = 122+116+119=357 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.17% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7477 is #858B88. Grayscale: #767676. Windows color (decimal): -8752009 or 7828602. OLE color: 7828602.

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

Color convert

RGB122116119-
CMYK00.050.020.52
HSL330º2.52%46.67%-
HSV(B)330º4.92%47.84%-
XYZ17.617.9619.99-
YUV118.14128.49130.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.17%
GREEN value IS 116 (45.70% from 255) = 32.49%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=34.17%
G=32.49%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211611900.050.020.523302.5246.67
Hex7A74770523414a32f
Octal17216416705264512357
Binary11110101110100111011101011011010010100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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