Html Css Color HEX #687C74 Cutty Sark

📋 copy color: '#687C74'

red 104 ◦ green 124 ◦ blue 116

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

Shades of Cutty Sark #687C74

Tints of Cutty Sark #687C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.05%

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

R = 30.23%
G = 36.05%
B = 33.72%

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

#687C74 (or 0x687C74) is known color: Cutty Sark. HEX triplet: 68, 7C and 74. RGB value is (104,124,116). Sum of RGB (Red+Green+Blue) = 104+124+116=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 124 - color contains mainly: green. Hex color #687C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C74 is #97838B. Grayscale: #757575. Windows color (decimal): -9929612 or 7634024. OLE color: 7634024.

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

Color convert

RGB 104 124 116 -
CMYK 0.16 0 0.06 0.51
HSL 156º 0.09% 0.45% -
HSV(B) 156º 0.16% 0.49% -
XYZ 16.07 18.62 19.27 -
YUV 117.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 104 124 116 0.16 0 0.06 0.51 156 0.09 0.45
Hex 68 7C 74 10 0 6 33 9C 9 2D
Octal 150 174 164 20 0 6 63 234 11 55
Binary 1101000 1111100 1110100 10000 0 110 110011 10011100 1001 101101

Color Harmonies of #687C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C74

Black with #687C74

Text Example


Text Example

White with #687C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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