#637770

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

Shades of Cutty Sark #637770

Tints of Cutty Sark #637770

Color information

#637770 (or 0x637770) is unknown color: approx Cutty Sark. HEX triplet: 63, 77 and 70. RGB value is (99,119,112). Sum of RGB (Red+Green+Blue) = 99+119+112=330 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #637770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637770 is #9C888F. Grayscale: #707070. Windows color (decimal): -10258576 or 7370595. OLE color: 7370595.

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

Color convert

RGB99119112-
CMYK0.1700.060.53
HSL159º9.17%42.75%-
HSV(B)159º16.81%46.67%-
XYZ14.6717.0217.84-
YUV112.22127.87118.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=30%
G=36.06%
B=33.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991191120.1700.060.531599.1742.75
Hex6377701106359f92b
Octal1431671602106652371153
Binary110001111101111110000100010110110101100111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637770; }

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

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

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

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

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

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

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

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