Html Css Color HEX #7D7279 Monsoon

📋 copy color: '#7D7279'

red 125 ◦ green 114 ◦ blue 121

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

Shades of Monsoon #7D7279

Tints of Monsoon #7D7279

RGB

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

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

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

R = 34.72%
G = 31.67%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D7279 (or 0x7D7279) is known color: Monsoon. HEX triplet: 7D, 72 and 79. RGB value is (125,114,121). Sum of RGB (Red+Green+Blue) = 125+114+121=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7279 is #828D86. Grayscale: #767676. Windows color (decimal): -8555911 or 7959165. OLE color: 7959165.

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

Color convert

RGB 125 114 121 -
CMYK 0 0.09 0.03 0.51
HSL 321.82º 0.05% 0.47% -
HSV(B) 321.82º 0.09% 0.49% -
XYZ 17.93 17.78 20.58 -
YUV 118.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 125 114 121 0 0.09 0.03 0.51 321.82 0.05 0.47
Hex 7D 72 79 0 9 3 33 142 5 2F
Octal 175 162 171 0 11 3 63 502 5 57
Binary 1111101 1110010 1111001 0 1001 11 110011 101000010 101 101111

Color Harmonies of #7D7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7279

Black with #7D7279

Text Example


Text Example

White with #7D7279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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