Html Css Color HEX #7A7379 Monsoon

📋 copy color: '#7A7379'

red 122 ◦ green 115 ◦ blue 121

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

Shades of Monsoon #7A7379

Tints of Monsoon #7A7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 121 (47.66% from 255) = 33.8%

R = 34.08%
G = 32.12%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7A7379 (or 0x7A7379) is known color: Monsoon. HEX triplet: 7A, 73 and 79. RGB value is (122,115,121). Sum of RGB (Red+Green+Blue) = 122+115+121=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7379 is #858C86. Grayscale: #757575. Windows color (decimal): -8752263 or 7959418. OLE color: 7959418.

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

Color convert

RGB 122 115 121 -
CMYK 0 0.06 0.01 0.52
HSL 308.57º 0.03% 0.46% -
HSV(B) 308.57º 0.06% 0.48% -
XYZ 17.61 17.78 20.59 -
YUV 117.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 122 115 121 0 0.06 0.01 0.52 308.57 0.03 0.46
Hex 7A 73 79 0 6 1 34 135 3 2E
Octal 172 163 171 0 6 1 64 465 3 56
Binary 1111010 1110011 1111001 0 110 1 110100 100110101 11 101110

Color Harmonies of #7A7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7379

Black with #7A7379

Text Example


Text Example

White with #7A7379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,115,121); }

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

background-color css

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

 a { background-color: rgb(122,115,121); }

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

border-color css

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

 span { border-color: rgb(122,115,121); }

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