Html Css Color HEX #4C4E47 Gravel

📋 copy color: '#4C4E47'

red 76 ◦ green 78 ◦ blue 71

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

Shades of Gravel #4C4E47

Tints of Gravel #4C4E47

RGB

 RED value IS 76 (30.08% from 255) = 33.78%

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

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

R = 33.78%
G = 34.67%
B = 31.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4C4E47 (or 0x4C4E47) is known color: Gravel. HEX triplet: 4C, 4E and 47. RGB value is (76,78,71). Sum of RGB (Red+Green+Blue) = 76+78+71=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 78 - color contains mainly: green. Hex color #4C4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4E47 is #B3B1B8. Grayscale: #4C4C4C. Windows color (decimal): -11776441 or 4673100. OLE color: 4673100.

HSL color Cylindrical-coordinate representation of color #4C4E47: hue angle of 77.14º 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 #4C4E47 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 78 71 -
CMYK 0.03 0 0.09 0.69
HSL 77.14º 0.05% 0.29% -
HSV(B) 77.14º 0.09% 0.31% -
XYZ 6.84 7.44 7.04 -
YUV 76.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 76 78 71 0.03 0 0.09 0.69 77.14 0.05 0.29
Hex 4C 4E 47 3 0 9 45 4D 5 1D
Octal 114 116 107 3 0 11 105 115 5 35
Binary 1001100 1001110 1000111 11 0 1001 1000101 1001101 101 11101

Color Harmonies of #4C4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4E47

Black with #4C4E47

Text Example


Text Example

White with #4C4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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