Html Css Color HEX #4C4F44 Gravel

📋 copy color: '#4C4F44'

red 76 ◦ green 79 ◦ blue 68

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

Shades of Gravel #4C4F44

Tints of Gravel #4C4F44

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 68 (26.95% from 255) = 30.49%

R = 34.08%
G = 35.43%
B = 30.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4C4F44 (or 0x4C4F44) is known color: Gravel. HEX triplet: 4C, 4F and 44. RGB value is (76,79,68). Sum of RGB (Red+Green+Blue) = 76+79+68=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F44 is #B3B0BB. Grayscale: #4C4C4C. Windows color (decimal): -11776188 or 4476748. OLE color: 4476748.

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

Color convert

RGB 76 79 68 -
CMYK 0.04 0 0.14 0.69
HSL 76.36º 0.07% 0.29% -
HSV(B) 76.36º 0.14% 0.31% -
XYZ 6.82 7.55 6.57 -
YUV 76.85 123.01 127.39 -
System Red Green Blue C M Y K H S L
Decimal 76 79 68 0.04 0 0.14 0.69 76.36 0.07 0.29
Hex 4C 4F 44 4 0 E 45 4C 7 1D
Octal 114 117 104 4 0 16 105 114 7 35
Binary 1001100 1001111 1000100 100 0 1110 1000101 1001100 111 11101

Color Harmonies of #4C4F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4F44

Black with #4C4F44

Text Example


Text Example

White with #4C4F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,79,68); }

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

background-color css

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

 a { background-color: rgb(76,79,68); }

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

border-color css

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

 span { border-color: rgb(76,79,68); }

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