#607E77

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

Shades of Cutty Sark #607E77

Tints of Cutty Sark #607E77

Color information

#607E77 (or 0x607E77) is unknown color: approx Cutty Sark. HEX triplet: 60, 7E and 77. RGB value is (96,126,119). Sum of RGB (Red+Green+Blue) = 96+126+119=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 126 - color contains mainly: green. Hex color #607E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E77 is #9F8188. Grayscale: #747474. Windows color (decimal): -10453385 or 7831136. OLE color: 7831136.

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

Color convert

RGB96126119-
CMYK0.2400.060.51
HSL166º13.51%43.53%-
HSV(B)166º23.81%49.41%-
XYZ15.6118.7420.25-
YUV116.23129.56113.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 119 (46.88% from 255) = 34.90%
R=28.15%
G=36.95%
B=34.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961261190.2400.060.5116613.5143.53
Hex607E77180633a6e2c
Octal1401761673006632461654
Binary110000011111101110111110000110110011101001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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