#776570

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

Shades of Monsoon #776570

Tints of Monsoon #776570

Color information

#776570 (or 0x776570) is unknown color: approx Monsoon. HEX triplet: 77, 65 and 70. RGB value is (119,101,112). Sum of RGB (Red+Green+Blue) = 119+101+112=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776570 is #889A8F. Grayscale: #6B6B6B. Windows color (decimal): -8952464 or 7366007. OLE color: 7366007.

HSL color Cylindrical-coordinate representation of color #776570: hue angle of 323.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #776570 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB119101112-
CMYK00.150.060.53
HSL323.33º8.18%43.14%-
HSV(B)323.33º15.13%46.67%-
XYZ15.1914.417.31-
YUV107.64130.46136.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=35.84%
G=30.42%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910111200.150.060.53323.338.1843.14
Hex7765700F63514382b
Octal1671451600176655031053
Binary111011111001011110000011111101101011010000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776570; }

 p { color: rgb(119,101,112); }

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

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

 a { background-color: rgb(119,101,112); }

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

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

 span { border-color: rgb(119,101,112); }

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