Html Css Color HEX #776570 Monsoon

📋 copy color: '#776570'

red 119 ◦ green 101 ◦ blue 112

#776570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monsoon #776570

Tints of Monsoon #776570

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 value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#776570 (or 0x776570) is known color: 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

RGB 119 101 112 -
CMYK 0 0.15 0.06 0.53
HSL 323.33º 0.08% 0.43% -
HSV(B) 323.33º 0.15% 0.47% -
XYZ 15.19 14.4 17.31 -
YUV 107.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 119 101 112 0 0.15 0.06 0.53 323.33 0.08 0.43
Hex 77 65 70 0 F 6 35 143 8 2B
Octal 167 145 160 0 17 6 65 503 10 53
Binary 1110111 1100101 1110000 0 1111 110 110101 101000011 1000 101011

Color Harmonies of #776570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776570

Black with #776570

Text Example


Text Example

White with #776570

Text Example


Text Example

HTML Codes & Css Web 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>