Html Css Color HEX #687E74 Cutty Sark

📋 copy color: '#687E74'

red 104 ◦ green 126 ◦ blue 116

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

Shades of Cutty Sark #687E74

Tints of Cutty Sark #687E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.53%

R = 30.06%
G = 36.42%
B = 33.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#687E74 (or 0x687E74) is known color: Cutty Sark. HEX triplet: 68, 7E and 74. RGB value is (104,126,116). Sum of RGB (Red+Green+Blue) = 104+126+116=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 126 - color contains mainly: green. Hex color #687E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687E74 is #97818B. Grayscale: #767676. Windows color (decimal): -9929100 or 7634536. OLE color: 7634536.

HSL color Cylindrical-coordinate representation of color #687E74: hue angle of 152.73º 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 #687E74 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 126 116 -
CMYK 0.17 0 0.08 0.51
HSL 152.73º 0.1% 0.45% -
HSV(B) 152.73º 0.17% 0.49% -
XYZ 16.32 19.13 19.35 -
YUV 118.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 104 126 116 0.17 0 0.08 0.51 152.73 0.1 0.45
Hex 68 7E 74 11 0 8 33 99 A 2D
Octal 150 176 164 21 0 10 63 231 12 55
Binary 1101000 1111110 1110100 10001 0 1000 110011 10011001 1010 101101

Color Harmonies of #687E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E74

Black with #687E74

Text Example


Text Example

White with #687E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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