Html Css Color HEX #786971 Monsoon

📋 copy color: '#786971'

red 120 ◦ green 105 ◦ blue 113

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

Shades of Monsoon #786971

Tints of Monsoon #786971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

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

R = 35.5%
G = 31.07%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#786971 (or 0x786971) is known color: Monsoon. HEX triplet: 78, 69 and 71. RGB value is (120,105,113). Sum of RGB (Red+Green+Blue) = 120+105+113=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 120 - color contains mainly: red. Hex color #786971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786971 is #87968E. Grayscale: #6E6E6E. Windows color (decimal): -8885903 or 7432568. OLE color: 7432568.

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

Color convert

RGB 120 105 113 -
CMYK 0 0.13 0.06 0.53
HSL 328º 0.07% 0.44% -
HSV(B) 328º 0.13% 0.47% -
XYZ 15.78 15.29 17.74 -
YUV 110.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 120 105 113 0 0.13 0.06 0.53 328 0.07 0.44
Hex 78 69 71 0 D 6 35 148 7 2C
Octal 170 151 161 0 15 6 65 510 7 54
Binary 1111000 1101001 1110001 0 1101 110 110101 101001000 111 101100

Color Harmonies of #786971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786971

Black with #786971

Text Example


Text Example

White with #786971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786971; }

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

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

background-color css

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

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

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

border-color css

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

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

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