#797C7B

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

Shades of Rolling Stone #797C7B

Tints of Rolling Stone #797C7B

Color information

#797C7B (or 0x797C7B) is unknown color: approx Rolling Stone. HEX triplet: 79, 7C and 7B. RGB value is (121,124,123). Sum of RGB (Red+Green+Blue) = 121+124+123=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 124 - color contains mainly: green. Hex color #797C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797C7B is #868384. Grayscale: #7A7A7A. Windows color (decimal): -8815493 or 8092793. OLE color: 8092793.

HSL color Cylindrical-coordinate representation of color #797C7B: hue angle of 160º degrees, saturation: 0.01, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #797C7B is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB121124123-
CMYK0.0200.010.51
HSL160º1.22%48.04%-
HSV(B)160º2.42%48.63%-
XYZ18.6719.9121.6-
YUV122.99128.01126.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.88%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=32.88%
G=33.70%
B=33.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211241230.0200.010.511601.2248.04
Hex797C7B20133a0130
Octal17117417320163240160
Binary1111001111110011110111001110011101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797C7B; }

 p { color: rgb(121,124,123); }

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

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

 a { background-color: rgb(121,124,123); }

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

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

 span { border-color: rgb(121,124,123); }

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