#627770

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

Shades of Cutty Sark #627770

Tints of Cutty Sark #627770

Color information

#627770 (or 0x627770) is unknown color: approx Cutty Sark. HEX triplet: 62, 77 and 70. RGB value is (98,119,112). Sum of RGB (Red+Green+Blue) = 98+119+112=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #627770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627770 is #9D888F. Grayscale: #6F6F6F. Windows color (decimal): -10324112 or 7370594. OLE color: 7370594.

HSL color Cylindrical-coordinate representation of color #627770: hue angle of 160º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #627770 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB98119112-
CMYK0.1800.060.53
HSL160º9.68%42.55%-
HSV(B)160º17.65%46.67%-
XYZ14.5616.9617.84-
YUV111.92128.04118.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=29.79%
G=36.17%
B=34.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981191120.1800.060.531609.6842.55
Hex627770120635a0a2b
Octal1421671602206652401253
Binary110001011101111110000100100110110101101000001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627770; }

 p { color: rgb(98,119,112); }

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

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

 a { background-color: rgb(98,119,112); }

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

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

 span { border-color: rgb(98,119,112); }

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