#4D716D

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

Shades of William #4D716D

Tints of William #4D716D

Color information

#4D716D (or 0x4D716D) is unknown color: approx William. HEX triplet: 4D, 71 and 6D. RGB value is (77,113,109). Sum of RGB (Red+Green+Blue) = 77+113+109=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #4D716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D716D is #B28E92. Grayscale: #656565. Windows color (decimal): -11701907 or 7172429. OLE color: 7172429.

HSL color Cylindrical-coordinate representation of color #4D716D: hue angle of 173.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D716D is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB77113109-
CMYK0.3200.040.56
HSL173.33º18.95%37.25%-
HSV(B)173.33º31.86%44.31%-
XYZ11.7314.4916.65-
YUV101.78132.07110.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.75%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=25.75%
G=37.79%
B=36.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal771131090.3200.040.56173.3318.9537.25
Hex4D716D200438ad1325
Octal1151611554004702552345
Binary10011011110001110110110000001001110001010110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,113,109); }

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

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

 a { background-color: rgb(77,113,109); }

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

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

 span { border-color: rgb(77,113,109); }

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