#5D775F

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

Shades of Killarney #5D775F

Tints of Killarney #5D775F

Color information

#5D775F (or 0x5D775F) is unknown color: approx Killarney. HEX triplet: 5D, 77 and 5F. RGB value is (93,119,95). Sum of RGB (Red+Green+Blue) = 93+119+95=307 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.29% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #5D775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D775F is #A288A0. Grayscale: #6C6C6C. Windows color (decimal): -10651809 or 6256477. OLE color: 6256477.

HSL color Cylindrical-coordinate representation of color #5D775F: hue angle of 124.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D775F is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB9311995-
CMYK0.2200.200.53
HSL124.62º12.26%41.57%-
HSV(B)124.62º21.85%46.67%-
XYZ13.1816.3513.29-
YUV108.49120.39116.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.29%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=30.29%
G=38.76%
B=30.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93119950.2200.200.53124.6212.2641.57
Hex5D775F16014357dc2a
Octal13516713726024651751452
Binary1011101111011110111111011001010011010111111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D775F; }

 p { color: rgb(93,119,95); }

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

<style>
 a { background-color: #5D775F; }

 a { background-color: rgb(93,119,95); }

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

<style>
 span { border-color: #5D775F; }

 span { border-color: rgb(93,119,95); }

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