#737D7B

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

Shades of Rolling Stone #737D7B

Tints of Rolling Stone #737D7B

Color information

#737D7B (or 0x737D7B) is unknown color: approx Rolling Stone. HEX triplet: 73, 7D and 7B. RGB value is (115,125,123). Sum of RGB (Red+Green+Blue) = 115+125+123=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 125 - color contains mainly: green. Hex color #737D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D7B is #8C8284. Grayscale: #797979. Windows color (decimal): -9208453 or 8093043. OLE color: 8093043.

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

Color convert

RGB115125123-
CMYK0.0800.020.51
HSL168º4.17%47.06%-
HSV(B)168º8%49.02%-
XYZ17.9819.7421.6-
YUV121.78128.69123.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 125 (49.22% from 255) = 34.44%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=31.68%
G=34.44%
B=33.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151251230.0800.020.511684.1747.06
Hex737D7B80233a842f
Octal163175173100263250457
Binary111001111111011111011100001011001110101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,125,123); }

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

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

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

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

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

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

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