#687C75

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

Shades of Cutty Sark #687C75

Tints of Cutty Sark #687C75

Color information

#687C75 (or 0x687C75) is unknown color: approx Cutty Sark. HEX triplet: 68, 7C and 75. RGB value is (104,124,117). Sum of RGB (Red+Green+Blue) = 104+124+117=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 124 - color contains mainly: green. Hex color #687C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C75 is #97838A. Grayscale: #757575. Windows color (decimal): -9929611 or 7699560. OLE color: 7699560.

HSL color Cylindrical-coordinate representation of color #687C75: hue angle of 159º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687C75 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB104124117-
CMYK0.1600.060.51
HSL159º8.77%44.71%-
HSV(B)159º16.13%48.63%-
XYZ16.1318.6419.58-
YUV117.22127.87118.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=30.14%
G=35.94%
B=33.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041241170.1600.060.511598.7744.71
Hex687C751006339f92d
Octal1501741652006632371155
Binary110100011111001110101100000110110011100111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687C75; }

 p { color: rgb(104,124,117); }

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

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

 a { background-color: rgb(104,124,117); }

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

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

 span { border-color: rgb(104,124,117); }

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