Html Css Color HEX #7C6171 Monsoon

📋 copy color: '#7C6171'

red 124 ◦ green 97 ◦ blue 113

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

Shades of Monsoon #7C6171

Tints of Monsoon #7C6171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

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

R = 37.13%
G = 29.04%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C6171 (or 0x7C6171) is known color: Monsoon. HEX triplet: 7C, 61 and 71. RGB value is (124,97,113). Sum of RGB (Red+Green+Blue) = 124+97+113=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6171 is #839E8E. Grayscale: #6A6A6A. Windows color (decimal): -8625807 or 7430524. OLE color: 7430524.

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

Color convert

RGB 124 97 113 -
CMYK 0 0.22 0.09 0.51
HSL 324.44º 0.12% 0.43% -
HSV(B) 324.44º 0.22% 0.49% -
XYZ 15.57 14.03 17.51 -
YUV 106.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 124 97 113 0 0.22 0.09 0.51 324.44 0.12 0.43
Hex 7C 61 71 0 16 9 33 144 C 2B
Octal 174 141 161 0 26 11 63 504 14 53
Binary 1111100 1100001 1110001 0 10110 1001 110011 101000100 1100 101011

Color Harmonies of #7C6171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6171

Black with #7C6171

Text Example


Text Example

White with #7C6171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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