Html Css Color HEX #687B74 Cutty Sark

📋 copy color: '#687B74'

red 104 ◦ green 123 ◦ blue 116

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

Shades of Cutty Sark #687B74

Tints of Cutty Sark #687B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.86%

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

R = 30.32%
G = 35.86%
B = 33.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#687B74 (or 0x687B74) is known color: Cutty Sark. HEX triplet: 68, 7B and 74. RGB value is (104,123,116). Sum of RGB (Red+Green+Blue) = 104+123+116=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 123 - color contains mainly: green. Hex color #687B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687B74 is #97848B. Grayscale: #747474. Windows color (decimal): -9929868 or 7633768. OLE color: 7633768.

HSL color Cylindrical-coordinate representation of color #687B74: hue angle of 157.89º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687B74 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 104 123 116 -
CMYK 0.15 0 0.06 0.52
HSL 157.89º 0.08% 0.45% -
HSV(B) 157.89º 0.15% 0.48% -
XYZ 15.94 18.37 19.23 -
YUV 116.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 104 123 116 0.15 0 0.06 0.52 157.89 0.08 0.45
Hex 68 7B 74 F 0 6 34 9E 8 2D
Octal 150 173 164 17 0 6 64 236 10 55
Binary 1101000 1111011 1110100 1111 0 110 110100 10011110 1000 101101

Color Harmonies of #687B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687B74

Black with #687B74

Text Example


Text Example

White with #687B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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