#677977

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

Shades of Rolling Stone #677977

Tints of Rolling Stone #677977

Color information

#677977 (or 0x677977) is unknown color: approx Rolling Stone. HEX triplet: 67, 79 and 77. RGB value is (103,121,119). Sum of RGB (Red+Green+Blue) = 103+121+119=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 121 - color contains mainly: green. Hex color #677977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677977 is #988688. Grayscale: #737373. Windows color (decimal): -9995913 or 7829863. OLE color: 7829863.

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

Color convert

RGB103121119-
CMYK0.1500.020.53
HSL173.33º8.04%43.92%-
HSV(B)173.33º14.88%47.45%-
XYZ15.7617.8920.08-
YUV115.39130.04119.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.03%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 119 (46.88% from 255) = 34.69%
R=30.03%
G=35.28%
B=34.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031211190.1500.020.53173.338.0443.92
Hex677977F0235ad82c
Octal1471711671702652551054
Binary1100111111100111101111111010110101101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677977; }

 p { color: rgb(103,121,119); }

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

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

 a { background-color: rgb(103,121,119); }

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

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

 span { border-color: rgb(103,121,119); }

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