Html Css Color HEX #7C5F71 Monsoon

📋 copy color: '#7C5F71'

red 124 ◦ green 95 ◦ blue 113

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

Shades of Monsoon #7C5F71

Tints of Monsoon #7C5F71

RGB

 RED value IS 124 (48.83% from 255) = 37.35%

 GREEN value IS 95 (37.5% from 255) = 28.61%

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

R = 37.35%
G = 28.61%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C5F71 (or 0x7C5F71) is known color: Monsoon. HEX triplet: 7C, 5F and 71. RGB value is (124,95,113). Sum of RGB (Red+Green+Blue) = 124+95+113=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F71 is #83A08E. Grayscale: #696969. Windows color (decimal): -8626319 or 7430012. OLE color: 7430012.

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

Color convert

RGB 124 95 113 -
CMYK 0 0.23 0.09 0.51
HSL 322.76º 0.13% 0.43% -
HSV(B) 322.76º 0.23% 0.49% -
XYZ 15.39 13.66 17.45 -
YUV 105.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 124 95 113 0 0.23 0.09 0.51 322.76 0.13 0.43
Hex 7C 5F 71 0 17 9 33 143 D 2B
Octal 174 137 161 0 27 11 63 503 15 53
Binary 1111100 1011111 1110001 0 10111 1001 110011 101000011 1101 101011

Color Harmonies of #7C5F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5F71

Black with #7C5F71

Text Example


Text Example

White with #7C5F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,95,113); }

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

background-color css

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

 a { background-color: rgb(124,95,113); }

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

border-color css

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

 span { border-color: rgb(124,95,113); }

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