Html Css Color HEX #4D4E47 Gravel

📋 copy color: '#4D4E47'

red 77 ◦ green 78 ◦ blue 71

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

Shades of Gravel #4D4E47

Tints of Gravel #4D4E47

RGB

 RED value IS 77 (30.47% from 255) = 34.07%

 GREEN value IS 78 (30.86% from 255) = 34.51%

 BLUE value IS 71 (28.13% from 255) = 31.42%

R = 34.07%
G = 34.51%
B = 31.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4D4E47 (or 0x4D4E47) is known color: Gravel. HEX triplet: 4D, 4E and 47. RGB value is (77,78,71). Sum of RGB (Red+Green+Blue) = 77+78+71=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 78 - color contains mainly: green. Hex color #4D4E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4E47 is #B2B1B8. Grayscale: #4C4C4C. Windows color (decimal): -11710905 or 4673101. OLE color: 4673101.

HSL color Cylindrical-coordinate representation of color #4D4E47: hue angle of 68.57º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4D4E47 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 78 71 -
CMYK 0.01 0 0.09 0.69
HSL 68.57º 0.05% 0.29% -
HSV(B) 68.57º 0.09% 0.31% -
XYZ 6.92 7.48 7.04 -
YUV 76.9 124.67 128.07 -
System Red Green Blue C M Y K H S L
Decimal 77 78 71 0.01 0 0.09 0.69 68.57 0.05 0.29
Hex 4D 4E 47 1 0 9 45 45 5 1D
Octal 115 116 107 1 0 11 105 105 5 35
Binary 1001101 1001110 1000111 1 0 1001 1000101 1000101 101 11101

Color Harmonies of #4D4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4E47

Black with #4D4E47

Text Example


Text Example

White with #4D4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D4E47; }

 p { color: rgb(77,78,71); }

 H1.HeaderClassName
 {
   color: #4D4E47;
 }
 .AnyTagClassName
 {
   color: #4D4E47;
 }
</style>

background-color css

<style>
 a { background-color: #4D4E47; }

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

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

border-color css

<style>
 span { border-color: #4D4E47; }

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

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