#776872

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

Shades of Monsoon #776872

Tints of Monsoon #776872

Color information

#776872 (or 0x776872) is unknown color: approx Monsoon. HEX triplet: 77, 68 and 72. RGB value is (119,104,114). Sum of RGB (Red+Green+Blue) = 119+104+114=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776872 is #88978D. Grayscale: #6D6D6D. Windows color (decimal): -8951694 or 7497847. OLE color: 7497847.

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

Color convert

RGB119104114-
CMYK00.130.040.53
HSL320º6.73%43.73%-
HSV(B)320º12.61%46.67%-
XYZ15.615.0418-
YUV109.62130.47134.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=35.31%
G=30.86%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910411400.130.040.533206.7343.73
Hex7768720D43514072c
Octal167150162015465500754
Binary11101111101000111001001101100110101101000000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776872; }

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

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

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

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

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

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

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

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