#5F776F

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

Shades of Cutty Sark #5F776F

Tints of Cutty Sark #5F776F

Color information

#5F776F (or 0x5F776F) is unknown color: approx Cutty Sark. HEX triplet: 5F, 77 and 6F. RGB value is (95,119,111). Sum of RGB (Red+Green+Blue) = 95+119+111=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 119 - color contains mainly: green. Hex color #5F776F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F776F is #A08890. Grayscale: #6E6E6E. Windows color (decimal): -10520721 or 7305055. OLE color: 7305055.

HSL color Cylindrical-coordinate representation of color #5F776F: hue angle of 160º 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 #5F776F is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB95119111-
CMYK0.2000.070.53
HSL160º11.21%41.96%-
HSV(B)160º20.17%46.67%-
XYZ14.1916.7717.53-
YUV110.91128.05116.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 119 (46.88% from 255) = 36.62%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=29.23%
G=36.62%
B=34.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal951191110.2000.070.5316011.2141.96
Hex5F776F140735a0b2a
Octal1371671572407652401352
Binary101111111101111101111101000111110101101000001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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