Html Css Color HEX #786A72 Monsoon

📋 copy color: '#786A72'

red 120 ◦ green 106 ◦ blue 114

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

Shades of Monsoon #786A72

Tints of Monsoon #786A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

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

R = 35.29%
G = 31.18%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#786A72 (or 0x786A72) is known color: Monsoon. HEX triplet: 78, 6A and 72. RGB value is (120,106,114). Sum of RGB (Red+Green+Blue) = 120+106+114=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 120 - color contains mainly: red. Hex color #786A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A72 is #87958D. Grayscale: #6F6F6F. Windows color (decimal): -8885646 or 7498360. OLE color: 7498360.

HSL color Cylindrical-coordinate representation of color #786A72: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #786A72 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 106 114 -
CMYK 0 0.12 0.05 0.53
HSL 325.71º 0.06% 0.44% -
HSV(B) 325.71º 0.12% 0.47% -
XYZ 15.94 15.52 18.07 -
YUV 111.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 120 106 114 0 0.12 0.05 0.53 325.71 0.06 0.44
Hex 78 6A 72 0 C 5 35 146 6 2C
Octal 170 152 162 0 14 5 65 506 6 54
Binary 1111000 1101010 1110010 0 1100 101 110101 101000110 110 101100

Color Harmonies of #786A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786A72

Black with #786A72

Text Example


Text Example

White with #786A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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