#5F776D

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

Shades of Cutty Sark #5F776D

Tints of Cutty Sark #5F776D

Color information

#5F776D (or 0x5F776D) is unknown color: approx Cutty Sark. HEX triplet: 5F, 77 and 6D. RGB value is (95,119,109). Sum of RGB (Red+Green+Blue) = 95+119+109=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 119 - color contains mainly: green. Hex color #5F776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F776D is #A08892. Grayscale: #6E6E6E. Windows color (decimal): -10520723 or 7173983. OLE color: 7173983.

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

Color convert

RGB95119109-
CMYK0.2000.080.53
HSL155º11.21%41.96%-
HSV(B)155º20.17%46.67%-
XYZ14.0816.7316.96-
YUV110.68127.05116.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 119 (46.88% from 255) = 36.84%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=29.41%
G=36.84%
B=33.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal951191090.2000.080.5315511.2141.96
Hex5F776D1408359bb2a
Octal13716715524010652331352
Binary1011111111011111011011010001000110101100110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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