#55766B

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

Shades of Cutty Sark #55766B

Tints of Cutty Sark #55766B

Color information

#55766B (or 0x55766B) is unknown color: approx Cutty Sark. HEX triplet: 55, 76 and 6B. RGB value is (85,118,107). Sum of RGB (Red+Green+Blue) = 85+118+107=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #55766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55766B is #AA8994. Grayscale: #6A6A6A. Windows color (decimal): -11176341 or 7042645. OLE color: 7042645.

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

Color convert

RGB85118107-
CMYK0.2800.090.54
HSL160º16.26%39.8%-
HSV(B)160º27.97%46.27%-
XYZ12.8815.9516.31-
YUV106.88128.07112.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=27.42%
G=38.06%
B=34.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal851181070.2800.090.5416016.2639.8
Hex55766B1C0936a01028
Octal12516615334011662402050
Binary10101011110110110101111100010011101101010000010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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