#4F4D4C

Color #4F4D4C Tundora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tundora #4F4D4C

Tints of Tundora #4F4D4C

Color information

#4F4D4C (or 0x4F4D4C) is unknown color: approx Tundora. HEX triplet: 4F, 4D and 4C. RGB value is (79,77,76). Sum of RGB (Red+Green+Blue) = 79+77+76=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F4D4C is #B0B2B3. Grayscale: #4D4D4D. Windows color (decimal): -11580084 or 5000527. OLE color: 5000527.

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

Color convert

RGB797776-
CMYK00.030.040.69
HSL20º1.94%30.39%-
HSV(B)20º3.8%30.98%-
XYZ7.187.497.9-
YUV77.48127.16129.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=34.05%
G=33.19%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79777600.030.040.69201.9430.39
Hex4F4D4C034451421e
Octal11711511403410524236
Binary1001111100110110011000111001000101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F4D4C;
 }
 .AnyTagClassName
 {
   color: #4F4D4C;
 }
</style>
background-color css

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

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

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

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

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

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