#677876

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

Shades of Rolling Stone #677876

Tints of Rolling Stone #677876

Color information

#677876 (or 0x677876) is unknown color: approx Rolling Stone. HEX triplet: 67, 78 and 76. RGB value is (103,120,118). Sum of RGB (Red+Green+Blue) = 103+120+118=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #677876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677876 is #988789. Grayscale: #727272. Windows color (decimal): -9996170 or 7764071. OLE color: 7764071.

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

Color convert

RGB103120118-
CMYK0.1400.020.53
HSL172.94º7.62%43.73%-
HSV(B)172.94º14.17%47.06%-
XYZ15.5817.6219.72-
YUV114.69129.87119.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.21%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=30.21%
G=35.19%
B=34.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031201180.1400.020.53172.947.6243.73
Hex677876E0235ad82c
Octal1471701661602652551054
Binary1100111111100011101101110010110101101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677876; }

 p { color: rgb(103,120,118); }

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

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

 a { background-color: rgb(103,120,118); }

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

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

 span { border-color: rgb(103,120,118); }

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