Html Css Color HEX #786372 Monsoon

📋 copy color: '#786372'

red 120 ◦ green 99 ◦ blue 114

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

Shades of Monsoon #786372

Tints of Monsoon #786372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 36.04%
G = 29.73%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#786372 (or 0x786372) is known color: Monsoon. HEX triplet: 78, 63 and 72. RGB value is (120,99,114). Sum of RGB (Red+Green+Blue) = 120+99+114=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 120 - color contains mainly: red. Hex color #786372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786372 is #879C8D. Grayscale: #6A6A6A. Windows color (decimal): -8887438 or 7496568. OLE color: 7496568.

HSL color Cylindrical-coordinate representation of color #786372: hue angle of 317.14º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786372 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 99 114 -
CMYK 0 0.17 0.05 0.53
HSL 317.14º 0.1% 0.43% -
HSV(B) 317.14º 0.18% 0.47% -
XYZ 15.24 14.13 17.84 -
YUV 106.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 120 99 114 0 0.17 0.05 0.53 317.14 0.1 0.43
Hex 78 63 72 0 11 5 35 13D A 2B
Octal 170 143 162 0 21 5 65 475 12 53
Binary 1111000 1100011 1110010 0 10001 101 110101 100111101 1010 101011

Color Harmonies of #786372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786372

Black with #786372

Text Example


Text Example

White with #786372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786372; }

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

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

background-color css

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

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

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

border-color css

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

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

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