Html Css Color HEX #618077 Cutty Sark

📋 copy color: '#618077'

red 97 ◦ green 128 ◦ blue 119

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

Shades of Cutty Sark #618077

Tints of Cutty Sark #618077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 28.2%
G = 37.21%
B = 34.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#618077 (or 0x618077) is known color: Cutty Sark. HEX triplet: 61, 80 and 77. RGB value is (97,128,119). Sum of RGB (Red+Green+Blue) = 97+128+119=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 128 - color contains mainly: green. Hex color #618077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618077 is #9E7F88. Grayscale: #757575. Windows color (decimal): -10387337 or 7831649. OLE color: 7831649.

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

Color convert

RGB 97 128 119 -
CMYK 0.24 0 0.07 0.50
HSL 162.58º 0.14% 0.44% -
HSV(B) 162.58º 0.24% 0.5% -
XYZ 15.98 19.31 20.34 -
YUV 117.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 97 128 119 0.24 0 0.07 0.50 162.58 0.14 0.44
Hex 61 80 77 18 0 7 32 A3 E 2C
Octal 141 200 167 30 0 7 62 243 16 54
Binary 1100001 10000000 1110111 11000 0 111 110010 10100011 1110 101100

Color Harmonies of #618077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618077

Black with #618077

Text Example


Text Example

White with #618077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618077; }

 p { color: rgb(97,128,119); }

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

background-color css

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

 a { background-color: rgb(97,128,119); }

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

border-color css

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

 span { border-color: rgb(97,128,119); }

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