Html Css Color HEX #776670 Monsoon

📋 copy color: '#776670'

red 119 ◦ green 102 ◦ blue 112

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

Shades of Monsoon #776670

Tints of Monsoon #776670

RGB

 RED value IS 119 (46.88% from 255) = 35.74%

 GREEN value IS 102 (40.23% from 255) = 30.63%

 BLUE value IS 112 (44.14% from 255) = 33.63%

R = 35.74%
G = 30.63%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#776670 (or 0x776670) is known color: Monsoon. HEX triplet: 77, 66 and 70. RGB value is (119,102,112). Sum of RGB (Red+Green+Blue) = 119+102+112=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776670 is #88998F. Grayscale: #6C6C6C. Windows color (decimal): -8952208 or 7366263. OLE color: 7366263.

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

Color convert

RGB 119 102 112 -
CMYK 0 0.14 0.06 0.53
HSL 324.71º 0.08% 0.43% -
HSV(B) 324.71º 0.14% 0.47% -
XYZ 15.28 14.59 17.34 -
YUV 108.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 119 102 112 0 0.14 0.06 0.53 324.71 0.08 0.43
Hex 77 66 70 0 E 6 35 145 8 2B
Octal 167 146 160 0 16 6 65 505 10 53
Binary 1110111 1100110 1110000 0 1110 110 110101 101000101 1000 101011

Color Harmonies of #776670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776670

Black with #776670

Text Example


Text Example

White with #776670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776670; }

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

 H1.HeaderClassName
 {
   color: #776670;
 }
 .AnyTagClassName
 {
   color: #776670;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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