Html Css Color HEX #786271 Monsoon

📋 copy color: '#786271'

red 120 ◦ green 98 ◦ blue 113

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

Shades of Monsoon #786271

Tints of Monsoon #786271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.14%

R = 36.25%
G = 29.61%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#786271 (or 0x786271) is known color: Monsoon. HEX triplet: 78, 62 and 71. RGB value is (120,98,113). Sum of RGB (Red+Green+Blue) = 120+98+113=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #786271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786271 is #879D8E. Grayscale: #6A6A6A. Windows color (decimal): -8887695 or 7430776. OLE color: 7430776.

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

Color convert

RGB 120 98 113 -
CMYK 0 0.18 0.06 0.53
HSL 319.09º 0.1% 0.43% -
HSV(B) 319.09º 0.18% 0.47% -
XYZ 15.09 13.92 17.51 -
YUV 106.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 120 98 113 0 0.18 0.06 0.53 319.09 0.1 0.43
Hex 78 62 71 0 12 6 35 13F A 2B
Octal 170 142 161 0 22 6 65 477 12 53
Binary 1111000 1100010 1110001 0 10010 110 110101 100111111 1010 101011

Color Harmonies of #786271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786271

Black with #786271

Text Example


Text Example

White with #786271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786271; }

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

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

background-color css

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

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

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

border-color css

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

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

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