Html Css Color HEX #687C75 Cutty Sark

📋 copy color: '#687C75'

red 104 ◦ green 124 ◦ blue 117

#687C75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #687C75

Tints of Cutty Sark #687C75

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 value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#687C75 (or 0x687C75) is known color: 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

RGB 104 124 117 -
CMYK 0.16 0 0.06 0.51
HSL 159º 0.09% 0.45% -
HSV(B) 159º 0.16% 0.49% -
XYZ 16.13 18.64 19.58 -
YUV 117.22 127.87 118.57 -
System Red Green Blue C M Y K H S L
Decimal 104 124 117 0.16 0 0.06 0.51 159 0.09 0.45
Hex 68 7C 75 10 0 6 33 9F 9 2D
Octal 150 174 165 20 0 6 63 237 11 55
Binary 1101000 1111100 1110101 10000 0 110 110011 10011111 1001 101101

Color Harmonies of #687C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C75

Black with #687C75

Text Example


Text Example

White with #687C75

Text Example


Text Example

HTML Codes & Css Web 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>