#4F775E

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

Shades of Como #4F775E

Tints of Como #4F775E

Color information

#4F775E (or 0x4F775E) is unknown color: approx Como. HEX triplet: 4F, 77 and 5E. RGB value is (79,119,94). Sum of RGB (Red+Green+Blue) = 79+119+94=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #4F775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F775E is #B088A1. Grayscale: #686868. Windows color (decimal): -11569314 or 6190927. OLE color: 6190927.

HSL color Cylindrical-coordinate representation of color #4F775E: hue angle of 142.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F775E is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB7911994-
CMYK0.3400.210.53
HSL142.5º20.2%38.82%-
HSV(B)142.5º33.61%46.67%-
XYZ11.8415.6612.99-
YUV104.19122.25110.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=27.05%
G=40.75%
B=32.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79119940.3400.210.53142.520.238.82
Hex4F775E22015358e1427
Octal11716713642025652162447
Binary1001111111011110111101000100101011101011000111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,119,94); }

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

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

 a { background-color: rgb(79,119,94); }

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

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

 span { border-color: rgb(79,119,94); }

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