Html Css Color HEX #687D76 Cutty Sark

📋 copy color: '#687D76'

red 104 ◦ green 125 ◦ blue 118

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

Shades of Cutty Sark #687D76

Tints of Cutty Sark #687D76

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 29.97%
G = 36.02%
B = 34.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#687D76 (or 0x687D76) is known color: Cutty Sark. HEX triplet: 68, 7D and 76. RGB value is (104,125,118). Sum of RGB (Red+Green+Blue) = 104+125+118=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 125 - color contains mainly: green. Hex color #687D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687D76 is #978289. Grayscale: #757575. Windows color (decimal): -9929354 or 7765352. OLE color: 7765352.

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

Color convert

RGB 104 125 118 -
CMYK 0.17 0 0.06 0.51
HSL 160º 0.09% 0.45% -
HSV(B) 160º 0.17% 0.49% -
XYZ 16.31 18.92 19.93 -
YUV 117.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 104 125 118 0.17 0 0.06 0.51 160 0.09 0.45
Hex 68 7D 76 11 0 6 33 A0 9 2D
Octal 150 175 166 21 0 6 63 240 11 55
Binary 1101000 1111101 1110110 10001 0 110 110011 10100000 1001 101101

Color Harmonies of #687D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D76

Black with #687D76

Text Example


Text Example

White with #687D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,125,118); }

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

background-color css

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

 a { background-color: rgb(104,125,118); }

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

border-color css

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

 span { border-color: rgb(104,125,118); }

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