Html Css Color HEX #7A7276 Monsoon

📋 copy color: '#7A7276'

red 122 ◦ green 114 ◦ blue 118

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

Shades of Monsoon #7A7276

Tints of Monsoon #7A7276

RGB

 RED value IS 122 (48.05% from 255) = 34.46%

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

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

R = 34.46%
G = 32.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.52

RGB Variations

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

Color information

#7A7276 (or 0x7A7276) is known color: Monsoon. HEX triplet: 7A, 72 and 76. RGB value is (122,114,118). Sum of RGB (Red+Green+Blue) = 122+114+118=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7276 is #858D89. Grayscale: #747474. Windows color (decimal): -8752522 or 7762554. OLE color: 7762554.

HSL color Cylindrical-coordinate representation of color #7A7276: hue angle of 330º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7A7276 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 114 118 -
CMYK 0 0.07 0.03 0.52
HSL 330º 0.03% 0.46% -
HSV(B) 330º 0.07% 0.48% -
XYZ 17.31 17.48 19.6 -
YUV 116.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 122 114 118 0 0.07 0.03 0.52 330 0.03 0.46
Hex 7A 72 76 0 7 3 34 14A 3 2E
Octal 172 162 166 0 7 3 64 512 3 56
Binary 1111010 1110010 1110110 0 111 11 110100 101001010 11 101110

Color Harmonies of #7A7276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7276

Black with #7A7276

Text Example


Text Example

White with #7A7276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A7276; }

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

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

background-color css

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

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

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

border-color css

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

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

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