#607770

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

Shades of Cutty Sark #607770

Tints of Cutty Sark #607770

Color information

#607770 (or 0x607770) is unknown color: approx Cutty Sark. HEX triplet: 60, 77 and 70. RGB value is (96,119,112). Sum of RGB (Red+Green+Blue) = 96+119+112=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 119 - color contains mainly: green. Hex color #607770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607770 is #9F888F. Grayscale: #6F6F6F. Windows color (decimal): -10455184 or 7370592. OLE color: 7370592.

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

Color convert

RGB96119112-
CMYK0.1900.060.53
HSL161.74º10.7%42.16%-
HSV(B)161.74º19.33%46.67%-
XYZ14.3516.8517.83-
YUV111.32128.38117.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 119 (46.88% from 255) = 36.39%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=29.36%
G=36.39%
B=34.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961191120.1900.060.53161.7410.742.16
Hex607770130635a2b2a
Octal1401671602306652421352
Binary110000011101111110000100110110110101101000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607770; }

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

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

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

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

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

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

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

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