#737776

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

Shades of Rolling Stone #737776

Tints of Rolling Stone #737776

Color information

#737776 (or 0x737776) is unknown color: approx Rolling Stone. HEX triplet: 73, 77 and 76. RGB value is (115,119,118). Sum of RGB (Red+Green+Blue) = 115+119+118=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 119 - color contains mainly: green. Hex color #737776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737776 is #8C8889. Grayscale: #757575. Windows color (decimal): -9209994 or 7763827. OLE color: 7763827.

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

Color convert

RGB115119118-
CMYK0.0300.010.53
HSL165º1.71%45.88%-
HSV(B)165º3.36%46.67%-
XYZ16.9418.1519.75-
YUV117.69128.17126.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.67%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=32.67%
G=33.81%
B=33.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1151191180.0300.010.531651.7145.88
Hex73777630135a522e
Octal16316716630165245256
Binary11100111110111111011011011101011010010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737776; }

 p { color: rgb(115,119,118); }

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

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

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

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

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

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

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