#737675

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

Shades of Rolling Stone #737675

Tints of Rolling Stone #737675

Color information

#737675 (or 0x737675) is unknown color: approx Rolling Stone. HEX triplet: 73, 76 and 75. RGB value is (115,118,117). Sum of RGB (Red+Green+Blue) = 115+118+117=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 118 - color contains mainly: green. Hex color #737675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737675 is #8C898A. Grayscale: #747474. Windows color (decimal): -9210251 or 7698035. OLE color: 7698035.

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

Color convert

RGB115118117-
CMYK0.0300.010.54
HSL160º1.29%45.69%-
HSV(B)160º2.54%46.27%-
XYZ16.7617.8919.4-
YUV116.99128.01126.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.86%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=32.86%
G=33.71%
B=33.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151181170.0300.010.541601.2945.69
Hex73767530136a012e
Octal16316616530166240156
Binary1110011111011011101011101110110101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737675; }

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

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

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

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

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

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

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

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