#787276

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

Shades of Monsoon #787276

Tints of Monsoon #787276

Color information

#787276 (or 0x787276) is unknown color: approx Monsoon. HEX triplet: 78, 72 and 76. RGB value is (120,114,118). Sum of RGB (Red+Green+Blue) = 120+114+118=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 120 - color contains mainly: red. Hex color #787276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787276 is #878D89. Grayscale: #747474. Windows color (decimal): -8883594 or 7762552. OLE color: 7762552.

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

Color convert

RGB120114118-
CMYK00.050.020.53
HSL320º2.56%45.88%-
HSV(B)320º5%47.06%-
XYZ17.0317.3419.59-
YUV116.25128.99130.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.09%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=34.09%
G=32.39%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011411800.050.020.533202.5645.88
Hex7872760523514032e
Octal17016216605265500356
Binary11110001110010111011001011011010110100000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787276; }

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

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

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

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

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

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

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

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