Html Css Color HEX #7C6272 Monsoon

📋 copy color: '#7C6272'

red 124 ◦ green 98 ◦ blue 114

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

Shades of Monsoon #7C6272

Tints of Monsoon #7C6272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 36.9%
G = 29.17%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C6272 (or 0x7C6272) is known color: Monsoon. HEX triplet: 7C, 62 and 72. RGB value is (124,98,114). Sum of RGB (Red+Green+Blue) = 124+98+114=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6272 is #839D8D. Grayscale: #6B6B6B. Windows color (decimal): -8625550 or 7496316. OLE color: 7496316.

HSL color Cylindrical-coordinate representation of color #7C6272: hue angle of 323.08º 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 #7C6272 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 98 114 -
CMYK 0 0.21 0.08 0.51
HSL 323.08º 0.12% 0.44% -
HSV(B) 323.08º 0.21% 0.49% -
XYZ 15.72 14.24 17.84 -
YUV 107.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 124 98 114 0 0.21 0.08 0.51 323.08 0.12 0.44
Hex 7C 62 72 0 15 8 33 143 C 2C
Octal 174 142 162 0 25 10 63 503 14 54
Binary 1111100 1100010 1110010 0 10101 1000 110011 101000011 1100 101100

Color Harmonies of #7C6272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6272

Black with #7C6272

Text Example


Text Example

White with #7C6272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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