#4D7F65

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

Shades of Como #4D7F65

Tints of Como #4D7F65

Color information

#4D7F65 (or 0x4D7F65) is unknown color: approx Como. HEX triplet: 4D, 7F and 65. RGB value is (77,127,101). Sum of RGB (Red+Green+Blue) = 77+127+101=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7F65 is #B2809A. Grayscale: #6D6D6D. Windows color (decimal): -11698331 or 6651725. OLE color: 6651725.

HSL color Cylindrical-coordinate representation of color #4D7F65: hue angle of 148.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7F65 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB77127101-
CMYK0.3900.200.50
HSL148.8º24.51%40%-
HSV(B)148.8º39.37%49.8%-
XYZ1317.715.04-
YUV109.09123.44105.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.25%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=25.25%
G=41.64%
B=33.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal771271010.3900.200.50148.824.5140
Hex4D7F652701432951928
Octal11517714547024622253150
Binary1001101111111111001011001110101001100101001010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,127,101); }

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

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

 a { background-color: rgb(77,127,101); }

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

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

 span { border-color: rgb(77,127,101); }

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