Html Css Color HEX #688476 Cutty Sark

📋 copy color: '#688476'

red 104 ◦ green 132 ◦ blue 118

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

Shades of Cutty Sark #688476

Tints of Cutty Sark #688476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

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

R = 29.38%
G = 37.29%
B = 33.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#688476 (or 0x688476) is known color: Cutty Sark. HEX triplet: 68, 84 and 76. RGB value is (104,132,118). Sum of RGB (Red+Green+Blue) = 104+132+118=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #688476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688476 is #977B89. Grayscale: #7A7A7A. Windows color (decimal): -9927562 or 7767144. OLE color: 7767144.

HSL color Cylindrical-coordinate representation of color #688476: hue angle of 150º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688476 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 118 -
CMYK 0.21 0 0.11 0.48
HSL 150º 0.12% 0.46% -
HSV(B) 150º 0.21% 0.52% -
XYZ 17.23 20.75 20.24 -
YUV 122.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 104 132 118 0.21 0 0.11 0.48 150 0.12 0.46
Hex 68 84 76 15 0 B 30 96 C 2E
Octal 150 204 166 25 0 13 60 226 14 56
Binary 1101000 10000100 1110110 10101 0 1011 110000 10010110 1100 101110

Color Harmonies of #688476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688476

Black with #688476

Text Example


Text Example

White with #688476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688476; }

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

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

background-color css

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

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

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

border-color css

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

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

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