Html Css Color HEX #787076 Monsoon

📋 copy color: '#787076'

red 120 ◦ green 112 ◦ blue 118

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

Shades of Monsoon #787076

Tints of Monsoon #787076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32%

 BLUE value IS 118 (46.48% from 255) = 33.71%

R = 34.29%
G = 32%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#787076 (or 0x787076) is known color: Monsoon. HEX triplet: 78, 70 and 76. RGB value is (120,112,118). Sum of RGB (Red+Green+Blue) = 120+112+118=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 120 - color contains mainly: red. Hex color #787076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787076 is #878F89. Grayscale: #737373. Windows color (decimal): -8884106 or 7762040. OLE color: 7762040.

HSL color Cylindrical-coordinate representation of color #787076: hue angle of 315º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #787076 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 112 118 -
CMYK 0 0.07 0.02 0.53
HSL 315º 0.03% 0.45% -
HSV(B) 315º 0.07% 0.47% -
XYZ 16.81 16.89 19.51 -
YUV 115.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 120 112 118 0 0.07 0.02 0.53 315 0.03 0.45
Hex 78 70 76 0 7 2 35 13B 3 2D
Octal 170 160 166 0 7 2 65 473 3 55
Binary 1111000 1110000 1110110 0 111 10 110101 100111011 11 101101

Color Harmonies of #787076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787076

Black with #787076

Text Example


Text Example

White with #787076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787076; }

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

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

background-color css

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

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

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

border-color css

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

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

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