Html Css Color HEX #51474C Liver

📋 copy color: '#51474C'

red 81 ◦ green 71 ◦ blue 76

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

Shades of Liver #51474C

Tints of Liver #51474C

RGB

 RED value IS 81 (32.03% from 255) = 35.53%

 GREEN value IS 71 (28.13% from 255) = 31.14%

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

R = 35.53%
G = 31.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#51474C (or 0x51474C) is known color: Liver. HEX triplet: 51, 47 and 4C. RGB value is (81,71,76). Sum of RGB (Red+Green+Blue) = 81+71+76=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #51474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51474C is #AEB8B3. Grayscale: #4A4A4A. Windows color (decimal): -11450548 or 4998993. OLE color: 4998993.

HSL color Cylindrical-coordinate representation of color #51474C: hue angle of 330º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51474C is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 76 -
CMYK 0 0.12 0.06 0.68
HSL 330º 0.07% 0.3% -
HSV(B) 330º 0.12% 0.32% -
XYZ 6.95 6.78 7.78 -
YUV 74.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 81 71 76 0 0.12 0.06 0.68 330 0.07 0.3
Hex 51 47 4C 0 C 6 44 14A 7 1E
Octal 121 107 114 0 14 6 104 512 7 36
Binary 1010001 1000111 1001100 0 1100 110 1000100 101001010 111 11110

Color Harmonies of #51474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51474C

Black with #51474C

Text Example


Text Example

White with #51474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51474C; }

 p { color: rgb(81,71,76); }

 H1.HeaderClassName
 {
   color: #51474C;
 }
 .AnyTagClassName
 {
   color: #51474C;
 }
</style>

background-color css

<style>
 a { background-color: #51474C; }

 a { background-color: rgb(81,71,76); }

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

border-color css

<style>
 span { border-color: #51474C; }

 span { border-color: rgb(81,71,76); }

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