Html Css Color HEX #7D7379 Monsoon

📋 copy color: '#7D7379'

red 125 ◦ green 115 ◦ blue 121

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

Shades of Monsoon #7D7379

Tints of Monsoon #7D7379

RGB

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

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

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

R = 34.63%
G = 31.86%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D7379 (or 0x7D7379) is known color: Monsoon. HEX triplet: 7D, 73 and 79. RGB value is (125,115,121). Sum of RGB (Red+Green+Blue) = 125+115+121=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7379 is #828C86. Grayscale: #767676. Windows color (decimal): -8555655 or 7959421. OLE color: 7959421.

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

Color convert

RGB 125 115 121 -
CMYK 0 0.08 0.03 0.51
HSL 324º 0.04% 0.47% -
HSV(B) 324º 0.08% 0.49% -
XYZ 18.04 18 20.61 -
YUV 118.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 125 115 121 0 0.08 0.03 0.51 324 0.04 0.47
Hex 7D 73 79 0 8 3 33 144 4 2F
Octal 175 163 171 0 10 3 63 504 4 57
Binary 1111101 1110011 1111001 0 1000 11 110011 101000100 100 101111

Color Harmonies of #7D7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7379

Black with #7D7379

Text Example


Text Example

White with #7D7379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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