#617770

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

Shades of Cutty Sark #617770

Tints of Cutty Sark #617770

Color information

#617770 (or 0x617770) is unknown color: approx Cutty Sark. HEX triplet: 61, 77 and 70. RGB value is (97,119,112). Sum of RGB (Red+Green+Blue) = 97+119+112=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 119 - color contains mainly: green. Hex color #617770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617770 is #9E888F. Grayscale: #6F6F6F. Windows color (decimal): -10389648 or 7370593. OLE color: 7370593.

HSL color Cylindrical-coordinate representation of color #617770: hue angle of 160.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #617770 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB97119112-
CMYK0.1800.060.53
HSL160.91º10.19%42.35%-
HSV(B)160.91º18.49%46.67%-
XYZ14.4516.917.83-
YUV111.62128.21117.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 119 (46.88% from 255) = 36.28%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=29.57%
G=36.28%
B=34.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971191120.1800.060.53160.9110.1942.35
Hex617770120635a1a2a
Octal1411671602206652411252
Binary110000111101111110000100100110110101101000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617770; }

 p { color: rgb(97,119,112); }

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

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

 a { background-color: rgb(97,119,112); }

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

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

 span { border-color: rgb(97,119,112); }

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