Html Css Color HEX #504D4A Mondo

📋 copy color: '#504D4A'

red 80 ◦ green 77 ◦ blue 74

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

Shades of Mondo #504D4A

Tints of Mondo #504D4A

RGB

 RED value IS 80 (31.64% from 255) = 34.63%

 GREEN value IS 77 (30.47% from 255) = 33.33%

 BLUE value IS 74 (29.3% from 255) = 32.03%

R = 34.63%
G = 33.33%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#504D4A (or 0x504D4A) is known color: Mondo. HEX triplet: 50, 4D and 4A. RGB value is (80,77,74). Sum of RGB (Red+Green+Blue) = 80+77+74=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 80 - color contains mainly: red. Hex color #504D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D4A is #AFB2B5. Grayscale: #4D4D4D. Windows color (decimal): -11514550 or 4869456. OLE color: 4869456.

HSL color Cylindrical-coordinate representation of color #504D4A: hue angle of 30º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #504D4A is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 77 74 -
CMYK 0 0.04 0.08 0.69
HSL 30º 0.04% 0.3% -
HSV(B) 30º 0.07% 0.31% -
XYZ 7.2 7.51 7.55 -
YUV 77.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 80 77 74 0 0.04 0.08 0.69 30 0.04 0.3
Hex 50 4D 4A 0 4 8 45 1E 4 1E
Octal 120 115 112 0 4 10 105 36 4 36
Binary 1010000 1001101 1001010 0 100 1000 1000101 11110 100 11110

Color Harmonies of #504D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D4A

Black with #504D4A

Text Example


Text Example

White with #504D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504D4A; }

 p { color: rgb(80,77,74); }

 H1.HeaderClassName
 {
   color: #504D4A;
 }
 .AnyTagClassName
 {
   color: #504D4A;
 }
</style>

background-color css

<style>
 a { background-color: #504D4A; }

 a { background-color: rgb(80,77,74); }

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

border-color css

<style>
 span { border-color: #504D4A; }

 span { border-color: rgb(80,77,74); }

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