Html Css Color HEX #617C75 Cutty Sark

📋 copy color: '#617C75'

red 97 ◦ green 124 ◦ blue 117

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

Shades of Cutty Sark #617C75

Tints of Cutty Sark #617C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 28.7%
G = 36.69%
B = 34.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#617C75 (or 0x617C75) is known color: Cutty Sark. HEX triplet: 61, 7C and 75. RGB value is (97,124,117). Sum of RGB (Red+Green+Blue) = 97+124+117=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 124 - color contains mainly: green. Hex color #617C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C75 is #9E838A. Grayscale: #737373. Windows color (decimal): -10388363 or 7699553. OLE color: 7699553.

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

Color convert

RGB 97 124 117 -
CMYK 0.22 0 0.06 0.51
HSL 164.44º 0.12% 0.43% -
HSV(B) 164.44º 0.22% 0.49% -
XYZ 15.35 18.24 19.54 -
YUV 115.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 97 124 117 0.22 0 0.06 0.51 164.44 0.12 0.43
Hex 61 7C 75 16 0 6 33 A4 C 2B
Octal 141 174 165 26 0 6 63 244 14 53
Binary 1100001 1111100 1110101 10110 0 110 110011 10100100 1100 101011

Color Harmonies of #617C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C75

Black with #617C75

Text Example


Text Example

White with #617C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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