Html Css Color HEX #617C71 Cutty Sark

📋 copy color: '#617C71'

red 97 ◦ green 124 ◦ blue 113

#617C71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #617C71

Tints of Cutty Sark #617C71

RGB

 RED value IS 97 (38.28% from 255) = 29.04%

 GREEN value IS 124 (48.83% from 255) = 37.13%

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 29.04%
G = 37.13%
B = 33.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#617C71 (or 0x617C71) is known color: Cutty Sark. HEX triplet: 61, 7C and 71. RGB value is (97,124,113). Sum of RGB (Red+Green+Blue) = 97+124+113=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 124 - color contains mainly: green. Hex color #617C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C71 is #9E838E. Grayscale: #727272. Windows color (decimal): -10388367 or 7437409. OLE color: 7437409.

HSL color Cylindrical-coordinate representation of color #617C71: hue angle of 155.56º 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 #617C71 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 124 113 -
CMYK 0.22 0 0.09 0.51
HSL 155.56º 0.12% 0.43% -
HSV(B) 155.56º 0.22% 0.49% -
XYZ 15.12 18.15 18.33 -
YUV 114.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 97 124 113 0.22 0 0.09 0.51 155.56 0.12 0.43
Hex 61 7C 71 16 0 9 33 9C C 2B
Octal 141 174 161 26 0 11 63 234 14 53
Binary 1100001 1111100 1110001 10110 0 1001 110011 10011100 1100 101011

Color Harmonies of #617C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C71

Black with #617C71

Text Example


Text Example

White with #617C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #617C71;
 }
 .AnyTagClassName
 {
   color: #617C71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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