#647770

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

Shades of Cutty Sark #647770

Tints of Cutty Sark #647770

Color information

#647770 (or 0x647770) is unknown color: approx Cutty Sark. HEX triplet: 64, 77 and 70. RGB value is (100,119,112). Sum of RGB (Red+Green+Blue) = 100+119+112=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #647770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647770 is #9B888F. Grayscale: #707070. Windows color (decimal): -10193040 or 7370596. OLE color: 7370596.

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

Color convert

RGB100119112-
CMYK0.1600.060.53
HSL157.89º8.68%42.94%-
HSV(B)157.89º15.97%46.67%-
XYZ14.7817.0717.85-
YUV112.52127.71119.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 112 (44.14% from 255) = 33.84%
R=30.21%
G=35.95%
B=33.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1001191120.1600.060.53157.898.6842.94
Hex6477701006359e92b
Octal1441671602006652361153
Binary110010011101111110000100000110110101100111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647770; }

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

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

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

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

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

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

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

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