#657770

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

Shades of Cutty Sark #657770

Tints of Cutty Sark #657770

Color information

#657770 (or 0x657770) is unknown color: approx Cutty Sark. HEX triplet: 65, 77 and 70. RGB value is (101,119,112). Sum of RGB (Red+Green+Blue) = 101+119+112=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #657770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657770 is #9A888F. Grayscale: #707070. Windows color (decimal): -10127504 or 7370597. OLE color: 7370597.

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

Color convert

RGB101119112-
CMYK0.1500.060.53
HSL156.67º8.18%43.14%-
HSV(B)156.67º15.13%46.67%-
XYZ14.8917.1317.85-
YUV112.82127.54119.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.42%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=30.42%
G=35.84%
B=33.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1011191120.1500.060.53156.678.1843.14
Hex657770F06359d82b
Octal1451671601706652351053
Binary11001011110111111000011110110110101100111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657770; }

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

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

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

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

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

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

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

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