#687873

Color #687873 Rolling Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rolling Stone #687873

Tints of Rolling Stone #687873

Color information

#687873 (or 0x687873) is unknown color: approx Rolling Stone. HEX triplet: 68, 78 and 73. RGB value is (104,120,115). Sum of RGB (Red+Green+Blue) = 104+120+115=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #687873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687873 is #97878C. Grayscale: #727272. Windows color (decimal): -9930637 or 7567464. OLE color: 7567464.

HSL color Cylindrical-coordinate representation of color #687873: hue angle of 161.25º 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 #687873 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB104120115-
CMYK0.1300.040.53
HSL161.25º7.14%43.92%-
HSV(B)161.25º13.33%47.06%-
XYZ15.5217.6118.8-
YUV114.65128.2120.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=30.68%
G=35.40%
B=33.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041201150.1300.040.53161.257.1443.92
Hex687873D0435a172c
Octal150170163150465241754
Binary1101000111100011100111101010011010110100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687873; }

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

 H1.HeaderClassName
 {
   color: #687873;
 }
 .AnyTagClassName
 {
   color: #687873;
 }
</style>
background-color css

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

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

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

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

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

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