Html Css Color HEX #7C6072 Monsoon

📋 copy color: '#7C6072'

red 124 ◦ green 96 ◦ blue 114

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

Shades of Monsoon #7C6072

Tints of Monsoon #7C6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

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

R = 37.13%
G = 28.74%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C6072 (or 0x7C6072) is known color: Monsoon. HEX triplet: 7C, 60 and 72. RGB value is (124,96,114). Sum of RGB (Red+Green+Blue) = 124+96+114=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6072 is #839F8D. Grayscale: #6A6A6A. Windows color (decimal): -8626062 or 7495804. OLE color: 7495804.

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

Color convert

RGB 124 96 114 -
CMYK 0 0.23 0.08 0.51
HSL 321.43º 0.13% 0.43% -
HSV(B) 321.43º 0.23% 0.49% -
XYZ 15.53 13.87 17.78 -
YUV 106.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 124 96 114 0 0.23 0.08 0.51 321.43 0.13 0.43
Hex 7C 60 72 0 17 8 33 141 D 2B
Octal 174 140 162 0 27 10 63 501 15 53
Binary 1111100 1100000 1110010 0 10111 1000 110011 101000001 1101 101011

Color Harmonies of #7C6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6072

Black with #7C6072

Text Example


Text Example

White with #7C6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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