Html Css Color HEX #7D7579 Monsoon

📋 copy color: '#7D7579'

red 125 ◦ green 117 ◦ blue 121

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

Shades of Monsoon #7D7579

Tints of Monsoon #7D7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 34.44%
G = 32.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D7579 (or 0x7D7579) is known color: Monsoon. HEX triplet: 7D, 75 and 79. RGB value is (125,117,121). Sum of RGB (Red+Green+Blue) = 125+117+121=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7579 is #828A86. Grayscale: #777777. Windows color (decimal): -8555143 or 7959933. OLE color: 7959933.

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

Color convert

RGB 125 117 121 -
CMYK 0 0.06 0.03 0.51
HSL 330º 0.03% 0.47% -
HSV(B) 330º 0.06% 0.49% -
XYZ 18.27 18.46 20.69 -
YUV 119.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 125 117 121 0 0.06 0.03 0.51 330 0.03 0.47
Hex 7D 75 79 0 6 3 33 14A 3 2F
Octal 175 165 171 0 6 3 63 512 3 57
Binary 1111101 1110101 1111001 0 110 11 110011 101001010 11 101111

Color Harmonies of #7D7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7579

Black with #7D7579

Text Example


Text Example

White with #7D7579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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