#787476

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

Shades of Monsoon #787476

Tints of Monsoon #787476

Color information

#787476 (or 0x787476) is unknown color: approx Monsoon. HEX triplet: 78, 74 and 76. RGB value is (120,116,118). Sum of RGB (Red+Green+Blue) = 120+116+118=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 120 - color contains mainly: red. Hex color #787476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787476 is #878B89. Grayscale: #757575. Windows color (decimal): -8883082 or 7763064. OLE color: 7763064.

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

Color convert

RGB120116118-
CMYK00.030.020.53
HSL330º1.69%46.27%-
HSV(B)330º3.33%47.06%-
XYZ17.2617.7919.66-
YUV117.42128.33129.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=33.90%
G=32.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011611800.030.020.533301.6946.27
Hex7874760323514a22e
Octal17016416603265512256
Binary1111000111010011101100111011010110100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787476; }

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

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

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

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

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

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

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

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