#677874

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

Shades of Rolling Stone #677874

Tints of Rolling Stone #677874

Color information

#677874 (or 0x677874) is unknown color: approx Rolling Stone. HEX triplet: 67, 78 and 74. RGB value is (103,120,116). Sum of RGB (Red+Green+Blue) = 103+120+116=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 120 - color contains mainly: green. Hex color #677874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677874 is #98878B. Grayscale: #727272. Windows color (decimal): -9996172 or 7632999. OLE color: 7632999.

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

Color convert

RGB103120116-
CMYK0.1400.030.53
HSL165.88º7.62%43.73%-
HSV(B)165.88º14.17%47.06%-
XYZ15.4617.5819.1-
YUV114.46128.87119.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=30.38%
G=35.40%
B=34.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031201160.1400.030.53165.887.6243.73
Hex677874E0335a682c
Octal1471701641603652461054
Binary1100111111100011101001110011110101101001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677874; }

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

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

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

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

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

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

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

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