Html Css Color HEX #688078 Cutty Sark

📋 copy color: '#688078'

red 104 ◦ green 128 ◦ blue 120

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

Shades of Cutty Sark #688078

Tints of Cutty Sark #688078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 34.09%

R = 29.55%
G = 36.36%
B = 34.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#688078 (or 0x688078) is known color: Cutty Sark. HEX triplet: 68, 80 and 78. RGB value is (104,128,120). Sum of RGB (Red+Green+Blue) = 104+128+120=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 128 - color contains mainly: green. Hex color #688078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688078 is #977F87. Grayscale: #777777. Windows color (decimal): -9928584 or 7897192. OLE color: 7897192.

HSL color Cylindrical-coordinate representation of color #688078: hue angle of 160º 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 #688078 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 120 -
CMYK 0.19 0 0.06 0.50
HSL 160º 0.1% 0.45% -
HSV(B) 160º 0.19% 0.5% -
XYZ 16.82 19.74 20.69 -
YUV 119.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 104 128 120 0.19 0 0.06 0.50 160 0.1 0.45
Hex 68 80 78 13 0 6 32 A0 A 2D
Octal 150 200 170 23 0 6 62 240 12 55
Binary 1101000 10000000 1111000 10011 0 110 110010 10100000 1010 101101

Color Harmonies of #688078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688078

Black with #688078

Text Example


Text Example

White with #688078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688078; }

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

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

background-color css

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

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

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

border-color css

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

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

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