Html Css Color HEX #687D75 Cutty Sark

📋 copy color: '#687D75'

red 104 ◦ green 125 ◦ blue 117

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

Shades of Cutty Sark #687D75

Tints of Cutty Sark #687D75

RGB

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

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

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

R = 30.06%
G = 36.13%
B = 33.82%

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

#687D75 (or 0x687D75) is known color: Cutty Sark. HEX triplet: 68, 7D and 75. RGB value is (104,125,117). Sum of RGB (Red+Green+Blue) = 104+125+117=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 125 - color contains mainly: green. Hex color #687D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687D75 is #97828A. Grayscale: #757575. Windows color (decimal): -9929355 or 7699816. OLE color: 7699816.

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

Color convert

RGB 104 125 117 -
CMYK 0.17 0 0.06 0.51
HSL 157.14º 0.09% 0.45% -
HSV(B) 157.14º 0.17% 0.49% -
XYZ 16.25 18.89 19.62 -
YUV 117.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 104 125 117 0.17 0 0.06 0.51 157.14 0.09 0.45
Hex 68 7D 75 11 0 6 33 9D 9 2D
Octal 150 175 165 21 0 6 63 235 11 55
Binary 1101000 1111101 1110101 10001 0 110 110011 10011101 1001 101101

Color Harmonies of #687D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D75

Black with #687D75

Text Example


Text Example

White with #687D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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