#637F76

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

Shades of Cutty Sark #637F76

Tints of Cutty Sark #637F76

Color information

#637F76 (or 0x637F76) is unknown color: approx Cutty Sark. HEX triplet: 63, 7F and 76. RGB value is (99,127,118). Sum of RGB (Red+Green+Blue) = 99+127+118=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 127 - color contains mainly: green. Hex color #637F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637F76 is #9C8089. Grayscale: #757575. Windows color (decimal): -10256522 or 7765859. OLE color: 7765859.

HSL color Cylindrical-coordinate representation of color #637F76: hue angle of 160.71º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #637F76 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB99127118-
CMYK0.2200.070.50
HSL160.71º12.39%44.31%-
HSV(B)160.71º22.05%49.8%-
XYZ1619.1419.99-
YUV117.6128.22114.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 118 (46.48% from 255) = 34.30%
R=28.78%
G=36.92%
B=34.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991271180.2200.070.50160.7112.3944.31
Hex637F76160732a1c2c
Octal1431771662607622411454
Binary110001111111111110110101100111110010101000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637F76; }

 p { color: rgb(99,127,118); }

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

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

 a { background-color: rgb(99,127,118); }

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

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

 span { border-color: rgb(99,127,118); }

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