#787277

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

Shades of Monsoon #787277

Tints of Monsoon #787277

Color information

#787277 (or 0x787277) is unknown color: approx Monsoon. HEX triplet: 78, 72 and 77. RGB value is (120,114,119). Sum of RGB (Red+Green+Blue) = 120+114+119=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 120 - color contains mainly: red. Hex color #787277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787277 is #878D88. Grayscale: #747474. Windows color (decimal): -8883593 or 7828088. OLE color: 7828088.

HSL color Cylindrical-coordinate representation of color #787277: hue angle of 310º 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 #787277 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB120114119-
CMYK00.050.010.53
HSL310º2.56%45.88%-
HSV(B)310º5%47.06%-
XYZ17.0917.3619.9-
YUV116.36129.49130.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=33.99%
G=32.29%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011411900.050.010.533102.5645.88
Hex7872770513513632e
Octal17016216705165466356
Binary1111000111001011101110101111010110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787277; }

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

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

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

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

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

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

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

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