Html Css Color HEX #7D6371 Monsoon

📋 copy color: '#7D6371'

red 125 ◦ green 99 ◦ blue 113

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

Shades of Monsoon #7D6371

Tints of Monsoon #7D6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 37.09%
G = 29.38%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D6371 (or 0x7D6371) is known color: Monsoon. HEX triplet: 7D, 63 and 71. RGB value is (125,99,113). Sum of RGB (Red+Green+Blue) = 125+99+113=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6371 is #829C8E. Grayscale: #6C6C6C. Windows color (decimal): -8559759 or 7431037. OLE color: 7431037.

HSL color Cylindrical-coordinate representation of color #7D6371: hue angle of 327.69º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D6371 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 99 113 -
CMYK 0 0.21 0.10 0.51
HSL 327.69º 0.12% 0.44% -
HSV(B) 327.69º 0.21% 0.49% -
XYZ 15.9 14.48 17.58 -
YUV 108.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 125 99 113 0 0.21 0.10 0.51 327.69 0.12 0.44
Hex 7D 63 71 0 15 A 33 148 C 2C
Octal 175 143 161 0 25 12 63 510 14 54
Binary 1111101 1100011 1110001 0 10101 1010 110011 101001000 1100 101100

Color Harmonies of #7D6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6371

Black with #7D6371

Text Example


Text Example

White with #7D6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,99,113); }

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

background-color css

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

 a { background-color: rgb(125,99,113); }

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

border-color css

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

 span { border-color: rgb(125,99,113); }

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