Html Css Color HEX #786872 Monsoon

📋 copy color: '#786872'

red 120 ◦ green 104 ◦ blue 114

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

Shades of Monsoon #786872

Tints of Monsoon #786872

RGB

 RED value IS 120 (47.27% from 255) = 35.5%

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

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

R = 35.5%
G = 30.77%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#786872 (or 0x786872) is known color: Monsoon. HEX triplet: 78, 68 and 72. RGB value is (120,104,114). Sum of RGB (Red+Green+Blue) = 120+104+114=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786872 is #87978D. Grayscale: #6D6D6D. Windows color (decimal): -8886158 or 7497848. OLE color: 7497848.

HSL color Cylindrical-coordinate representation of color #786872: hue angle of 322.5º 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 #786872 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 104 114 -
CMYK 0 0.13 0.05 0.53
HSL 322.5º 0.07% 0.44% -
HSV(B) 322.5º 0.13% 0.47% -
XYZ 15.73 15.11 18.01 -
YUV 109.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 120 104 114 0 0.13 0.05 0.53 322.5 0.07 0.44
Hex 78 68 72 0 D 5 35 142 7 2C
Octal 170 150 162 0 15 5 65 502 7 54
Binary 1111000 1101000 1110010 0 1101 101 110101 101000010 111 101100

Color Harmonies of #786872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786872

Black with #786872

Text Example


Text Example

White with #786872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786872; }

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

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

background-color css

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

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

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

border-color css

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

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

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