Html Css Color HEX #776872 Monsoon

📋 copy color: '#776872'

red 119 ◦ green 104 ◦ blue 114

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

Shades of Monsoon #776872

Tints of Monsoon #776872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 35.31%
G = 30.86%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#776872 (or 0x776872) is known color: Monsoon. HEX triplet: 77, 68 and 72. RGB value is (119,104,114). Sum of RGB (Red+Green+Blue) = 119+104+114=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #776872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776872 is #88978D. Grayscale: #6D6D6D. Windows color (decimal): -8951694 or 7497847. OLE color: 7497847.

HSL color Cylindrical-coordinate representation of color #776872: hue angle of 320º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776872 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 114 -
CMYK 0 0.13 0.04 0.53
HSL 320º 0.07% 0.44% -
HSV(B) 320º 0.13% 0.47% -
XYZ 15.6 15.04 18 -
YUV 109.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 119 104 114 0 0.13 0.04 0.53 320 0.07 0.44
Hex 77 68 72 0 D 4 35 140 7 2C
Octal 167 150 162 0 15 4 65 500 7 54
Binary 1110111 1101000 1110010 0 1101 100 110101 101000000 111 101100

Color Harmonies of #776872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776872

Black with #776872

Text Example


Text Example

White with #776872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776872; }

 p { color: rgb(119,104,114); }

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

background-color css

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

 a { background-color: rgb(119,104,114); }

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

border-color css

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

 span { border-color: rgb(119,104,114); }

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