Html Css Color HEX #7C6274 Monsoon

📋 copy color: '#7C6274'

red 124 ◦ green 98 ◦ blue 116

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

Shades of Monsoon #7C6274

Tints of Monsoon #7C6274

RGB

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

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

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

R = 36.69%
G = 28.99%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C6274 (or 0x7C6274) is known color: Monsoon. HEX triplet: 7C, 62 and 74. RGB value is (124,98,116). Sum of RGB (Red+Green+Blue) = 124+98+116=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6274 is #839D8B. Grayscale: #6B6B6B. Windows color (decimal): -8625548 or 7627388. OLE color: 7627388.

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

Color convert

RGB 124 98 116 -
CMYK 0 0.21 0.06 0.51
HSL 318.46º 0.12% 0.44% -
HSV(B) 318.46º 0.21% 0.49% -
XYZ 15.83 14.28 18.45 -
YUV 107.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 124 98 116 0 0.21 0.06 0.51 318.46 0.12 0.44
Hex 7C 62 74 0 15 6 33 13E C 2C
Octal 174 142 164 0 25 6 63 476 14 54
Binary 1111100 1100010 1110100 0 10101 110 110011 100111110 1100 101100

Color Harmonies of #7C6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6274

Black with #7C6274

Text Example


Text Example

White with #7C6274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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