#766770

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

Shades of Monsoon #766770

Tints of Monsoon #766770

Color information

#766770 (or 0x766770) is unknown color: approx Monsoon. HEX triplet: 76, 67 and 70. RGB value is (118,103,112). Sum of RGB (Red+Green+Blue) = 118+103+112=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 118 - color contains mainly: red. Hex color #766770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766770 is #89988F. Grayscale: #6C6C6C. Windows color (decimal): -9017488 or 7366518. OLE color: 7366518.

HSL color Cylindrical-coordinate representation of color #766770: hue angle of 324º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #766770 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB118103112-
CMYK00.130.050.54
HSL324º6.79%43.33%-
HSV(B)324º12.71%46.27%-
XYZ15.2514.7217.37-
YUV108.51129.97134.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=35.44%
G=30.93%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11810311200.130.050.543246.7943.33
Hex7667700D53614472b
Octal166147160015566504753
Binary11101101100111111000001101101110110101000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766770; }

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

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

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

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

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

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

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

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