#766872

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

Shades of Monsoon #766872

Tints of Monsoon #766872

Color information

#766872 (or 0x766872) is unknown color: approx Monsoon. HEX triplet: 76, 68 and 72. RGB value is (118,104,114). Sum of RGB (Red+Green+Blue) = 118+104+114=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #766872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766872 is #89978D. Grayscale: #6D6D6D. Windows color (decimal): -9017230 or 7497846. OLE color: 7497846.

HSL color Cylindrical-coordinate representation of color #766872: hue angle of 317.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #766872 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB118104114-
CMYK00.120.030.54
HSL317.14º6.31%43.53%-
HSV(B)317.14º11.86%46.27%-
XYZ15.4614.9717.99-
YUV109.33130.64134.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=35.12%
G=30.95%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810411400.120.030.54317.146.3143.53
Hex7668720C33613d62c
Octal166150162014366475654
Binary1110110110100011100100110011110110100111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766872; }

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

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

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

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

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

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

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

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