Html Css Color HEX #504A4C Liver

📋 copy color: '#504A4C'

red 80 ◦ green 74 ◦ blue 76

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

Shades of Liver #504A4C

Tints of Liver #504A4C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.17%

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 34.78%
G = 32.17%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#504A4C (or 0x504A4C) is known color: Liver. HEX triplet: 50, 4A and 4C. RGB value is (80,74,76). Sum of RGB (Red+Green+Blue) = 80+74+76=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 80 - color contains mainly: red. Hex color #504A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A4C is #AFB5B3. Grayscale: #4C4C4C. Windows color (decimal): -11515316 or 4999760. OLE color: 4999760.

HSL color Cylindrical-coordinate representation of color #504A4C: hue angle of 340º 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 #504A4C is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 74 76 -
CMYK 0 0.08 0.05 0.69
HSL 340º 0.04% 0.3% -
HSV(B) 340º 0.07% 0.31% -
XYZ 7.06 7.12 7.84 -
YUV 76.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 80 74 76 0 0.08 0.05 0.69 340 0.04 0.3
Hex 50 4A 4C 0 8 5 45 154 4 1E
Octal 120 112 114 0 10 5 105 524 4 36
Binary 1010000 1001010 1001100 0 1000 101 1000101 101010100 100 11110

Color Harmonies of #504A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504A4C

Black with #504A4C

Text Example


Text Example

White with #504A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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