Html Css Color HEX #7C6672 Monsoon

📋 copy color: '#7C6672'

red 124 ◦ green 102 ◦ blue 114

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

Shades of Monsoon #7C6672

Tints of Monsoon #7C6672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 36.47%
G = 30%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C6672 (or 0x7C6672) is known color: Monsoon. HEX triplet: 7C, 66 and 72. RGB value is (124,102,114). Sum of RGB (Red+Green+Blue) = 124+102+114=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6672 is #83998D. Grayscale: #6D6D6D. Windows color (decimal): -8624526 or 7497340. OLE color: 7497340.

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

Color convert

RGB 124 102 114 -
CMYK 0 0.18 0.08 0.51
HSL 327.27º 0.1% 0.44% -
HSV(B) 327.27º 0.18% 0.49% -
XYZ 16.1 15 17.97 -
YUV 109.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 124 102 114 0 0.18 0.08 0.51 327.27 0.1 0.44
Hex 7C 66 72 0 12 8 33 147 A 2C
Octal 174 146 162 0 22 10 63 507 12 54
Binary 1111100 1100110 1110010 0 10010 1000 110011 101000111 1010 101100

Color Harmonies of #7C6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6672

Black with #7C6672

Text Example


Text Example

White with #7C6672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,114); }

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

background-color css

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

 a { background-color: rgb(124,102,114); }

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

border-color css

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

 span { border-color: rgb(124,102,114); }

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