#57766B

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

Shades of Cutty Sark #57766B

Tints of Cutty Sark #57766B

Color information

#57766B (or 0x57766B) is unknown color: approx Cutty Sark. HEX triplet: 57, 76 and 6B. RGB value is (87,118,107). Sum of RGB (Red+Green+Blue) = 87+118+107=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #57766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57766B is #A88994. Grayscale: #6B6B6B. Windows color (decimal): -11045269 or 7042647. OLE color: 7042647.

HSL color Cylindrical-coordinate representation of color #57766B: hue angle of 158.71º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57766B is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB87118107-
CMYK0.2600.090.54
HSL158.71º15.12%40.2%-
HSV(B)158.71º26.27%46.27%-
XYZ13.0616.0416.32-
YUV107.48127.73113.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 107 (42.19% from 255) = 34.29%
R=27.88%
G=37.82%
B=34.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal871181070.2600.090.54158.7115.1240.2
Hex57766B1A09369ff28
Octal12716615332011662371750
Binary1010111111011011010111101001001110110100111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57766B; }

 p { color: rgb(87,118,107); }

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

<style>
 a { background-color: #57766B; }

 a { background-color: rgb(87,118,107); }

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

<style>
 span { border-color: #57766B; }

 span { border-color: rgb(87,118,107); }

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