#617C72

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

Shades of Cutty Sark #617C72

Tints of Cutty Sark #617C72

Color information

#617C72 (or 0x617C72) is unknown color: approx Cutty Sark. HEX triplet: 61, 7C and 72. RGB value is (97,124,114). Sum of RGB (Red+Green+Blue) = 97+124+114=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #617C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C72 is #9E838D. Grayscale: #727272. Windows color (decimal): -10388366 or 7502945. OLE color: 7502945.

HSL color Cylindrical-coordinate representation of color #617C72: hue angle of 157.78º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617C72 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB97124114-
CMYK0.2200.080.51
HSL157.78º12.22%43.33%-
HSV(B)157.78º21.77%48.63%-
XYZ15.1718.1718.63-
YUV114.79127.55115.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=28.96%
G=37.01%
B=34.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal971241140.2200.080.51157.7812.2243.33
Hex617C721608339ec2b
Octal14117416226010632361453
Binary1100001111110011100101011001000110011100111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617C72; }

 p { color: rgb(97,124,114); }

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

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

 a { background-color: rgb(97,124,114); }

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

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

 span { border-color: rgb(97,124,114); }

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