#57776C

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

Shades of Cutty Sark #57776C

Tints of Cutty Sark #57776C

Color information

#57776C (or 0x57776C) is unknown color: approx Cutty Sark. HEX triplet: 57, 77 and 6C. RGB value is (87,119,108). Sum of RGB (Red+Green+Blue) = 87+119+108=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #57776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57776C is #A88893. Grayscale: #6C6C6C. Windows color (decimal): -11045012 or 7108439. OLE color: 7108439.

HSL color Cylindrical-coordinate representation of color #57776C: hue angle of 159.38º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57776C is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB87119108-
CMYK0.2700.090.53
HSL159.38º15.53%40.39%-
HSV(B)159.38º26.89%46.67%-
XYZ13.2316.316.64-
YUV108.18127.9112.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=27.71%
G=37.90%
B=34.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871191080.2700.090.53159.3815.5340.39
Hex57776C1B09359f1028
Octal12716715433011652372050
Binary10101111110111110110011011010011101011001111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57776C; }

 p { color: rgb(87,119,108); }

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

<style>
 a { background-color: #57776C; }

 a { background-color: rgb(87,119,108); }

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

<style>
 span { border-color: #57776C; }

 span { border-color: rgb(87,119,108); }

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