Html Css Color HEX #7C6574 Monsoon

📋 copy color: '#7C6574'

red 124 ◦ green 101 ◦ blue 116

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

Shades of Monsoon #7C6574

Tints of Monsoon #7C6574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

 BLUE value IS 116 (45.7% from 255) = 34.02%

R = 36.36%
G = 29.62%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C6574 (or 0x7C6574) is known color: Monsoon. HEX triplet: 7C, 65 and 74. RGB value is (124,101,116). Sum of RGB (Red+Green+Blue) = 124+101+116=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6574 is #839A8B. Grayscale: #6D6D6D. Windows color (decimal): -8624780 or 7628156. OLE color: 7628156.

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

Color convert

RGB 124 101 116 -
CMYK 0 0.19 0.06 0.51
HSL 320.87º 0.1% 0.44% -
HSV(B) 320.87º 0.19% 0.49% -
XYZ 16.12 14.85 18.54 -
YUV 109.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 124 101 116 0 0.19 0.06 0.51 320.87 0.1 0.44
Hex 7C 65 74 0 13 6 33 141 A 2C
Octal 174 145 164 0 23 6 63 501 12 54
Binary 1111100 1100101 1110100 0 10011 110 110011 101000001 1010 101100

Color Harmonies of #7C6574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6574

Black with #7C6574

Text Example


Text Example

White with #7C6574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,116); }

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

background-color css

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

 a { background-color: rgb(124,101,116); }

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

border-color css

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

 span { border-color: rgb(124,101,116); }

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