#737C7C

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

Shades of Rolling Stone #737C7C

Tints of Rolling Stone #737C7C

Color information

#737C7C (or 0x737C7C) is unknown color: approx Rolling Stone. HEX triplet: 73, 7C and 7C. RGB value is (115,124,124). Sum of RGB (Red+Green+Blue) = 115+124+124=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #737C7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737C7C is #8C8383. Grayscale: #797979. Windows color (decimal): -9208708 or 8158323. OLE color: 8158323.

HSL color Cylindrical-coordinate representation of color #737C7C: hue angle of 180º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #737C7C is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB115124124-
CMYK0.07000.51
HSL180º3.77%46.86%-
HSV(B)180º7.26%48.63%-
XYZ17.9219.5221.89-
YUV121.31129.52123.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=31.68%
G=34.16%
B=34.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151241240.07000.511803.7746.86
Hex737C7C70033b442f
Octal16317417470063264457
Binary1110011111110011111001110011001110110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737C7C; }

 p { color: rgb(115,124,124); }

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

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

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

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

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

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

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