Html Css Color HEX #7C6F78 Monsoon

📋 copy color: '#7C6F78'

red 124 ◦ green 111 ◦ blue 120

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

Shades of Monsoon #7C6F78

Tints of Monsoon #7C6F78

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 34.93%
G = 31.27%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7C6F78 (or 0x7C6F78) is known color: Monsoon. HEX triplet: 7C, 6F and 78. RGB value is (124,111,120). Sum of RGB (Red+Green+Blue) = 124+111+120=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6F78 is #839087. Grayscale: #737373. Windows color (decimal): -8622216 or 7892860. OLE color: 7892860.

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

Color convert

RGB 124 111 120 -
CMYK 0 0.10 0.03 0.51
HSL 318.46º 0.06% 0.46% -
HSV(B) 318.46º 0.1% 0.49% -
XYZ 17.39 17.01 20.14 -
YUV 115.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 124 111 120 0 0.10 0.03 0.51 318.46 0.06 0.46
Hex 7C 6F 78 0 A 3 33 13E 6 2E
Octal 174 157 170 0 12 3 63 476 6 56
Binary 1111100 1101111 1111000 0 1010 11 110011 100111110 110 101110

Color Harmonies of #7C6F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6F78

Black with #7C6F78

Text Example


Text Example

White with #7C6F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,111,120); }

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

background-color css

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

 a { background-color: rgb(124,111,120); }

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

border-color css

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

 span { border-color: rgb(124,111,120); }

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