Html Css Color HEX #786270 Monsoon

📋 copy color: '#786270'

red 120 ◦ green 98 ◦ blue 112

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

Shades of Monsoon #786270

Tints of Monsoon #786270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 36.36%
G = 29.7%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#786270 (or 0x786270) is known color: Monsoon. HEX triplet: 78, 62 and 70. RGB value is (120,98,112). Sum of RGB (Red+Green+Blue) = 120+98+112=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 120 - color contains mainly: red. Hex color #786270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786270 is #879D8F. Grayscale: #6A6A6A. Windows color (decimal): -8887696 or 7365240. OLE color: 7365240.

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

Color convert

RGB 120 98 112 -
CMYK 0 0.18 0.07 0.53
HSL 321.82º 0.1% 0.43% -
HSV(B) 321.82º 0.18% 0.47% -
XYZ 15.04 13.9 17.22 -
YUV 106.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 120 98 112 0 0.18 0.07 0.53 321.82 0.1 0.43
Hex 78 62 70 0 12 7 35 142 A 2B
Octal 170 142 160 0 22 7 65 502 12 53
Binary 1111000 1100010 1110000 0 10010 111 110101 101000010 1010 101011

Color Harmonies of #786270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786270

Black with #786270

Text Example


Text Example

White with #786270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786270; }

 p { color: rgb(120,98,112); }

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

background-color css

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

 a { background-color: rgb(120,98,112); }

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

border-color css

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

 span { border-color: rgb(120,98,112); }

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