Html Css Color HEX #787276 Monsoon

📋 copy color: '#787276'

red 120 ◦ green 114 ◦ blue 118

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

Shades of Monsoon #787276

Tints of Monsoon #787276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.39%

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

R = 34.09%
G = 32.39%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#787276 (or 0x787276) is known color: Monsoon. HEX triplet: 78, 72 and 76. RGB value is (120,114,118). Sum of RGB (Red+Green+Blue) = 120+114+118=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 120 - color contains mainly: red. Hex color #787276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787276 is #878D89. Grayscale: #747474. Windows color (decimal): -8883594 or 7762552. OLE color: 7762552.

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

Color convert

RGB 120 114 118 -
CMYK 0 0.05 0.02 0.53
HSL 320º 0.03% 0.46% -
HSV(B) 320º 0.05% 0.47% -
XYZ 17.03 17.34 19.59 -
YUV 116.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 120 114 118 0 0.05 0.02 0.53 320 0.03 0.46
Hex 78 72 76 0 5 2 35 140 3 2E
Octal 170 162 166 0 5 2 65 500 3 56
Binary 1111000 1110010 1110110 0 101 10 110101 101000000 11 101110

Color Harmonies of #787276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787276

Black with #787276

Text Example


Text Example

White with #787276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787276; }

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

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

background-color css

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

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

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

border-color css

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

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

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