#4F755D

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

Shades of Como #4F755D

Tints of Como #4F755D

Color information

#4F755D (or 0x4F755D) is unknown color: approx Como. HEX triplet: 4F, 75 and 5D. RGB value is (79,117,93). Sum of RGB (Red+Green+Blue) = 79+117+93=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #4F755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F755D is #B08AA2. Grayscale: #666666. Windows color (decimal): -11569827 or 6124879. OLE color: 6124879.

HSL color Cylindrical-coordinate representation of color #4F755D: hue angle of 142.11º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F755D is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB7911793-
CMYK0.3200.210.54
HSL142.11º19.39%38.43%-
HSV(B)142.11º32.48%45.88%-
XYZ11.5615.1812.68-
YUV102.9122.41110.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.34%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=27.34%
G=40.48%
B=32.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79117930.3200.210.54142.1119.3938.43
Hex4F755D20015368e1326
Octal11716513540025662162346
Binary1001111111010110111011000000101011101101000111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,117,93); }

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

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

 a { background-color: rgb(79,117,93); }

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

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

 span { border-color: rgb(79,117,93); }

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