Html Css Color HEX #688077 Cutty Sark

📋 copy color: '#688077'

red 104 ◦ green 128 ◦ blue 119

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

Shades of Cutty Sark #688077

Tints of Cutty Sark #688077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 29.63%
G = 36.47%
B = 33.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#688077 (or 0x688077) is known color: Cutty Sark. HEX triplet: 68, 80 and 77. RGB value is (104,128,119). Sum of RGB (Red+Green+Blue) = 104+128+119=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #688077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688077 is #977F88. Grayscale: #777777. Windows color (decimal): -9928585 or 7831656. OLE color: 7831656.

HSL color Cylindrical-coordinate representation of color #688077: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688077 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 119 -
CMYK 0.19 0 0.07 0.50
HSL 157.5º 0.1% 0.45% -
HSV(B) 157.5º 0.19% 0.5% -
XYZ 16.76 19.71 20.37 -
YUV 119.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 104 128 119 0.19 0 0.07 0.50 157.5 0.1 0.45
Hex 68 80 77 13 0 7 32 9E A 2D
Octal 150 200 167 23 0 7 62 236 12 55
Binary 1101000 10000000 1110111 10011 0 111 110010 10011110 1010 101101

Color Harmonies of #688077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688077

Black with #688077

Text Example


Text Example

White with #688077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688077; }

 p { color: rgb(104,128,119); }

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

background-color css

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

 a { background-color: rgb(104,128,119); }

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

border-color css

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

 span { border-color: rgb(104,128,119); }

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