#766870

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

Shades of Monsoon #766870

Tints of Monsoon #766870

Color information

#766870 (or 0x766870) is unknown color: approx Monsoon. HEX triplet: 76, 68 and 70. RGB value is (118,104,112). Sum of RGB (Red+Green+Blue) = 118+104+112=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #766870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766870 is #89978F. Grayscale: #6D6D6D. Windows color (decimal): -9017232 or 7366774. OLE color: 7366774.

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

Color convert

RGB118104112-
CMYK00.120.050.54
HSL325.71º6.31%43.53%-
HSV(B)325.71º11.86%46.27%-
XYZ15.3514.9217.4-
YUV109.1129.64134.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=35.33%
G=31.14%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810411200.120.050.54325.716.3143.53
Hex7668700C53614662c
Octal166150160014566506654
Binary11101101101000111000001100101110110101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766870; }

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

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

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

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

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

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

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

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