Html Css Color HEX #688079 Rolling Stone

📋 copy color: '#688079'

red 104 ◦ green 128 ◦ blue 121

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

Shades of Rolling Stone #688079

Tints of Rolling Stone #688079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.28%

R = 29.46%
G = 36.26%
B = 34.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#688079 (or 0x688079) is known color: Rolling Stone. HEX triplet: 68, 80 and 79. RGB value is (104,128,121). Sum of RGB (Red+Green+Blue) = 104+128+121=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 128 - color contains mainly: green. Hex color #688079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688079 is #977F86. Grayscale: #787878. Windows color (decimal): -9928583 or 7962728. OLE color: 7962728.

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

Color convert

RGB 104 128 121 -
CMYK 0.19 0 0.05 0.50
HSL 162.5º 0.1% 0.45% -
HSV(B) 162.5º 0.19% 0.5% -
XYZ 16.88 19.76 21.01 -
YUV 120.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 104 128 121 0.19 0 0.05 0.50 162.5 0.1 0.45
Hex 68 80 79 13 0 5 32 A2 A 2D
Octal 150 200 171 23 0 5 62 242 12 55
Binary 1101000 10000000 1111001 10011 0 101 110010 10100010 1010 101101

Color Harmonies of #688079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688079

Black with #688079

Text Example


Text Example

White with #688079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688079; }

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

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

background-color css

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

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

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

border-color css

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

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

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