#617F76

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

Shades of Cutty Sark #617F76

Tints of Cutty Sark #617F76

Color information

#617F76 (or 0x617F76) is unknown color: approx Cutty Sark. HEX triplet: 61, 7F and 76. RGB value is (97,127,118). Sum of RGB (Red+Green+Blue) = 97+127+118=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #617F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617F76 is #9E8089. Grayscale: #757575. Windows color (decimal): -10387594 or 7765857. OLE color: 7765857.

HSL color Cylindrical-coordinate representation of color #617F76: hue angle of 162º degrees, saturation: 0.13, 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 #617F76 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB97127118-
CMYK0.2400.070.50
HSL162º13.39%43.92%-
HSV(B)162º23.62%49.8%-
XYZ15.7919.0319.98-
YUV117128.56113.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=28.36%
G=37.13%
B=34.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971271180.2400.070.5016213.3943.92
Hex617F76180732a2d2c
Octal1411771663007622421554
Binary110000111111111110110110000111110010101000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,127,118); }

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

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

 a { background-color: rgb(97,127,118); }

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

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

 span { border-color: rgb(97,127,118); }

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