Html Css Color HEX #687E75 Cutty Sark

📋 copy color: '#687E75'

red 104 ◦ green 126 ◦ blue 117

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

Shades of Cutty Sark #687E75

Tints of Cutty Sark #687E75

RGB

 RED value IS 104 (41.02% from 255) = 29.97%

 GREEN value IS 126 (49.61% from 255) = 36.31%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 29.97%
G = 36.31%
B = 33.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#687E75 (or 0x687E75) is known color: Cutty Sark. HEX triplet: 68, 7E and 75. RGB value is (104,126,117). Sum of RGB (Red+Green+Blue) = 104+126+117=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 126 - color contains mainly: green. Hex color #687E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687E75 is #97818A. Grayscale: #767676. Windows color (decimal): -9929099 or 7700072. OLE color: 7700072.

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

Color convert

RGB 104 126 117 -
CMYK 0.17 0 0.07 0.51
HSL 155.45º 0.1% 0.45% -
HSV(B) 155.45º 0.17% 0.49% -
XYZ 16.38 19.15 19.66 -
YUV 118.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 104 126 117 0.17 0 0.07 0.51 155.45 0.1 0.45
Hex 68 7E 75 11 0 7 33 9B A 2D
Octal 150 176 165 21 0 7 63 233 12 55
Binary 1101000 1111110 1110101 10001 0 111 110011 10011011 1010 101101

Color Harmonies of #687E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E75

Black with #687E75

Text Example


Text Example

White with #687E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #687E75;
 }
 .AnyTagClassName
 {
   color: #687E75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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