#57776A

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

Shades of Cutty Sark #57776A

Tints of Cutty Sark #57776A

Color information

#57776A (or 0x57776A) is unknown color: approx Cutty Sark. HEX triplet: 57, 77 and 6A. RGB value is (87,119,106). Sum of RGB (Red+Green+Blue) = 87+119+106=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #57776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57776A is #A88895. Grayscale: #6B6B6B. Windows color (decimal): -11045014 or 6977367. OLE color: 6977367.

HSL color Cylindrical-coordinate representation of color #57776A: hue angle of 155.62º 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 #57776A is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB87119106-
CMYK0.2700.110.53
HSL155.62º15.53%40.39%-
HSV(B)155.62º26.89%46.67%-
XYZ13.1316.2616.08-
YUV107.95126.9113.06-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=27.88%
G=38.14%
B=33.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal871191060.2700.110.53155.6215.5340.39
Hex57776A1B0B359c1028
Octal12716715233013652342050
Binary10101111110111110101011011010111101011001110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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