Html Css Color HEX #504D4D Matterhorn

📋 copy color: '#504D4D'

red 80 ◦ green 77 ◦ blue 77

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

Shades of Matterhorn #504D4D

Tints of Matterhorn #504D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 32.91%

R = 34.19%
G = 32.91%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#504D4D (or 0x504D4D) is known color: Matterhorn. HEX triplet: 50, 4D and 4D. RGB value is (80,77,77). Sum of RGB (Red+Green+Blue) = 80+77+77=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 80 - color contains mainly: red. Hex color #504D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D4D is #AFB2B2. Grayscale: #4D4D4D. Windows color (decimal): -11514547 or 5066064. OLE color: 5066064.

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

Color convert

RGB 80 77 77 -
CMYK 0 0.04 0.04 0.69
HSL 0.02% 0.31% -
HSV(B) 0.04% 0.31% -
XYZ 7.3 7.55 8.09 -
YUV 77.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 80 77 77 0 0.04 0.04 0.69 0 0.02 0.31
Hex 50 4D 4D 0 4 4 45 0 2 1F
Octal 120 115 115 0 4 4 105 0 2 37
Binary 1010000 1001101 1001101 0 100 100 1000101 0 10 11111

Color Harmonies of #504D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504D4D

Black with #504D4D

Text Example


Text Example

White with #504D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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