#607F78

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

Shades of Cutty Sark #607F78

Tints of Cutty Sark #607F78

Color information

#607F78 (or 0x607F78) is unknown color: approx Cutty Sark. HEX triplet: 60, 7F and 78. RGB value is (96,127,120). Sum of RGB (Red+Green+Blue) = 96+127+120=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 127 - color contains mainly: green. Hex color #607F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F78 is #9F8087. Grayscale: #747474. Windows color (decimal): -10453128 or 7896928. OLE color: 7896928.

HSL color Cylindrical-coordinate representation of color #607F78: hue angle of 166.45º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F78 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB96127120-
CMYK0.2400.060.50
HSL166.45º13.9%43.73%-
HSV(B)166.45º24.41%49.8%-
XYZ15.819.0220.61-
YUV116.93129.73113.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.99%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=27.99%
G=37.03%
B=34.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961271200.2400.060.50166.4513.943.73
Hex607F78180632a6e2c
Octal1401771703006622461654
Binary110000011111111111000110000110110010101001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607F78; }

 p { color: rgb(96,127,120); }

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

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

 a { background-color: rgb(96,127,120); }

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

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

 span { border-color: rgb(96,127,120); }

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