Html Css Color HEX #687874 Rolling Stone

📋 copy color: '#687874'

red 104 ◦ green 120 ◦ blue 116

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

Shades of Rolling Stone #687874

Tints of Rolling Stone #687874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.29%

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 30.59%
G = 35.29%
B = 34.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#687874 (or 0x687874) is known color: Rolling Stone. HEX triplet: 68, 78 and 74. RGB value is (104,120,116). Sum of RGB (Red+Green+Blue) = 104+120+116=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #687874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687874 is #97878B. Grayscale: #727272. Windows color (decimal): -9930636 or 7633000. OLE color: 7633000.

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

Color convert

RGB 104 120 116 -
CMYK 0.13 0 0.03 0.53
HSL 165º 0.07% 0.44% -
HSV(B) 165º 0.13% 0.47% -
XYZ 15.58 17.64 19.11 -
YUV 114.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 104 120 116 0.13 0 0.03 0.53 165 0.07 0.44
Hex 68 78 74 D 0 3 35 A5 7 2C
Octal 150 170 164 15 0 3 65 245 7 54
Binary 1101000 1111000 1110100 1101 0 11 110101 10100101 111 101100

Color Harmonies of #687874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687874

Black with #687874

Text Example


Text Example

White with #687874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687874; }

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

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

background-color css

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

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

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

border-color css

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

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

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