Html Css Color HEX #687976 Rolling Stone

📋 copy color: '#687976'

red 104 ◦ green 121 ◦ blue 118

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

Shades of Rolling Stone #687976

Tints of Rolling Stone #687976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

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

R = 30.32%
G = 35.28%
B = 34.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#687976 (or 0x687976) is known color: Rolling Stone. HEX triplet: 68, 79 and 76. RGB value is (104,121,118). Sum of RGB (Red+Green+Blue) = 104+121+118=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #687976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687976 is #978689. Grayscale: #737373. Windows color (decimal): -9930378 or 7764328. OLE color: 7764328.

HSL color Cylindrical-coordinate representation of color #687976: hue angle of 169.41º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #687976 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 121 118 -
CMYK 0.14 0 0.02 0.53
HSL 169.41º 0.08% 0.44% -
HSV(B) 169.41º 0.14% 0.47% -
XYZ 15.82 17.93 19.77 -
YUV 115.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 104 121 118 0.14 0 0.02 0.53 169.41 0.08 0.44
Hex 68 79 76 E 0 2 35 A9 8 2C
Octal 150 171 166 16 0 2 65 251 10 54
Binary 1101000 1111001 1110110 1110 0 10 110101 10101001 1000 101100

Color Harmonies of #687976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687976

Black with #687976

Text Example


Text Example

White with #687976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687976; }

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

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

background-color css

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

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

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

border-color css

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

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

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