Html Css Color HEX #7C7279 Monsoon

📋 copy color: '#7C7279'

red 124 ◦ green 114 ◦ blue 121

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

Shades of Monsoon #7C7279

Tints of Monsoon #7C7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 34.54%
G = 31.75%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#7C7279 (or 0x7C7279) is known color: Monsoon. HEX triplet: 7C, 72 and 79. RGB value is (124,114,121). Sum of RGB (Red+Green+Blue) = 124+114+121=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7279 is #838D86. Grayscale: #757575. Windows color (decimal): -8621447 or 7959164. OLE color: 7959164.

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

Color convert

RGB 124 114 121 -
CMYK 0 0.08 0.02 0.51
HSL 318º 0.04% 0.47% -
HSV(B) 318º 0.08% 0.49% -
XYZ 17.78 17.7 20.57 -
YUV 117.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 124 114 121 0 0.08 0.02 0.51 318 0.04 0.47
Hex 7C 72 79 0 8 2 33 13E 4 2F
Octal 174 162 171 0 10 2 63 476 4 57
Binary 1111100 1110010 1111001 0 1000 10 110011 100111110 100 101111

Color Harmonies of #7C7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7279

Black with #7C7279

Text Example


Text Example

White with #7C7279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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