#57746A

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

Shades of Cutty Sark #57746A

Tints of Cutty Sark #57746A

Color information

#57746A (or 0x57746A) is unknown color: approx Cutty Sark. HEX triplet: 57, 74 and 6A. RGB value is (87,116,106). Sum of RGB (Red+Green+Blue) = 87+116+106=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 116 - color contains mainly: green. Hex color #57746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57746A is #A88B95. Grayscale: #6A6A6A. Windows color (decimal): -11045782 or 6976599. OLE color: 6976599.

HSL color Cylindrical-coordinate representation of color #57746A: hue angle of 159.31º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #57746A is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB87116106-
CMYK0.2500.090.55
HSL159.31º14.29%39.8%-
HSV(B)159.31º25%45.49%-
XYZ12.7815.5615.97-
YUV106.19127.89114.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.16%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=28.16%
G=37.54%
B=34.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal871161060.2500.090.55159.3114.2939.8
Hex57746A1909379fe28
Octal12716415231011672371650
Binary1010111111010011010101100101001110111100111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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