Html Css Color HEX #618477 Cutty Sark

📋 copy color: '#618477'

red 97 ◦ green 132 ◦ blue 119

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

Shades of Cutty Sark #618477

Tints of Cutty Sark #618477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 27.87%
G = 37.93%
B = 34.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#618477 (or 0x618477) is known color: Cutty Sark. HEX triplet: 61, 84 and 77. RGB value is (97,132,119). Sum of RGB (Red+Green+Blue) = 97+132+119=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #618477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618477 is #9E7B88. Grayscale: #787878. Windows color (decimal): -10386313 or 7832673. OLE color: 7832673.

HSL color Cylindrical-coordinate representation of color #618477: hue angle of 157.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #618477 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 119 -
CMYK 0.27 0 0.10 0.48
HSL 157.71º 0.15% 0.45% -
HSV(B) 157.71º 0.27% 0.52% -
XYZ 16.51 20.38 20.52 -
YUV 120.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 97 132 119 0.27 0 0.10 0.48 157.71 0.15 0.45
Hex 61 84 77 1B 0 A 30 9E F 2D
Octal 141 204 167 33 0 12 60 236 17 55
Binary 1100001 10000100 1110111 11011 0 1010 110000 10011110 1111 101101

Color Harmonies of #618477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618477

Black with #618477

Text Example


Text Example

White with #618477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618477; }

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

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

background-color css

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

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

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

border-color css

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

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

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