#637F74

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

Shades of Cutty Sark #637F74

Tints of Cutty Sark #637F74

Color information

#637F74 (or 0x637F74) is unknown color: approx Cutty Sark. HEX triplet: 63, 7F and 74. RGB value is (99,127,116). Sum of RGB (Red+Green+Blue) = 99+127+116=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #637F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637F74 is #9C808B. Grayscale: #757575. Windows color (decimal): -10256524 or 7634787. OLE color: 7634787.

HSL color Cylindrical-coordinate representation of color #637F74: hue angle of 156.43º 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 #637F74 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB99127116-
CMYK0.2200.090.50
HSL156.43º12.39%44.31%-
HSV(B)156.43º22.05%49.8%-
XYZ15.8919.0919.37-
YUV117.37127.22114.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 116 (45.70% from 255) = 33.92%
R=28.95%
G=37.13%
B=33.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991271160.2200.090.50156.4312.3944.31
Hex637F741609329cc2c
Octal14317716426011622341454
Binary1100011111111111101001011001001110010100111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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