#607A72

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

Shades of Cutty Sark #607A72

Tints of Cutty Sark #607A72

Color information

#607A72 (or 0x607A72) is unknown color: approx Cutty Sark. HEX triplet: 60, 7A and 72. RGB value is (96,122,114). Sum of RGB (Red+Green+Blue) = 96+122+114=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 114 (44.92% from 255 or 34.34% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #607A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A72 is #9F858D. Grayscale: #717171. Windows color (decimal): -10454414 or 7502432. OLE color: 7502432.

HSL color Cylindrical-coordinate representation of color #607A72: hue angle of 161.54º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A72 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB96122114-
CMYK0.2100.070.52
HSL161.54º11.93%42.75%-
HSV(B)161.54º21.31%47.84%-
XYZ14.8217.6218.54-
YUV113.31128.39115.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 114 (44.92% from 255) = 34.34%
R=28.92%
G=36.75%
B=34.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961221140.2100.070.52161.5411.9342.75
Hex607A72150734a2c2b
Octal1401721622507642421453
Binary110000011110101110010101010111110100101000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,122,114); }

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

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

 a { background-color: rgb(96,122,114); }

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

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

 span { border-color: rgb(96,122,114); }

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