Html Css Color HEX #7D7079 Monsoon

📋 copy color: '#7D7079'

red 125 ◦ green 112 ◦ blue 121

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

Shades of Monsoon #7D7079

Tints of Monsoon #7D7079

RGB

 RED value IS 125 (49.22% from 255) = 34.92%

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

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

R = 34.92%
G = 31.28%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D7079 (or 0x7D7079) is known color: Monsoon. HEX triplet: 7D, 70 and 79. RGB value is (125,112,121). Sum of RGB (Red+Green+Blue) = 125+112+121=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7079 is #828F86. Grayscale: #747474. Windows color (decimal): -8556423 or 7958653. OLE color: 7958653.

HSL color Cylindrical-coordinate representation of color #7D7079: hue angle of 318.46º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D7079 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 112 121 -
CMYK 0 0.10 0.03 0.51
HSL 318.46º 0.05% 0.46% -
HSV(B) 318.46º 0.1% 0.49% -
XYZ 17.7 17.33 20.5 -
YUV 116.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 125 112 121 0 0.10 0.03 0.51 318.46 0.05 0.46
Hex 7D 70 79 0 A 3 33 13E 5 2E
Octal 175 160 171 0 12 3 63 476 5 56
Binary 1111101 1110000 1111001 0 1010 11 110011 100111110 101 101110

Color Harmonies of #7D7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7079

Black with #7D7079

Text Example


Text Example

White with #7D7079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,112,121); }

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

background-color css

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

 a { background-color: rgb(125,112,121); }

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

border-color css

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

 span { border-color: rgb(125,112,121); }

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