#4D754C

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

Shades of Killarney #4D754C

Tints of Killarney #4D754C

Color information

#4D754C (or 0x4D754C) is unknown color: approx Killarney. HEX triplet: 4D, 75 and 4C. RGB value is (77,117,76). Sum of RGB (Red+Green+Blue) = 77+117+76=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #4D754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D754C is #B28AB3. Grayscale: #646464. Windows color (decimal): -11700916 or 5010765. OLE color: 5010765.

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

Color convert

RGB7711776-
CMYK0.3400.350.54
HSL118.54º21.24%37.84%-
HSV(B)118.54º35.04%45.88%-
XYZ10.7314.829.13-
YUV100.37114.25111.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.52%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 76 (30.08% from 255) = 28.15%
R=28.52%
G=43.33%
B=28.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77117760.3400.350.54118.5421.2437.84
Hex4D754C2202336771526
Octal11516511442043661672546
Binary1001101111010110011001000100100011110110111011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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