#73847E

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

Shades of Rolling Stone #73847E

Tints of Rolling Stone #73847E

Color information

#73847E (or 0x73847E) is unknown color: approx Rolling Stone. HEX triplet: 73, 84 and 7E. RGB value is (115,132,126). Sum of RGB (Red+Green+Blue) = 115+132+126=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #73847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73847E is #8C7B81. Grayscale: #7E7E7E. Windows color (decimal): -9206658 or 8291443. OLE color: 8291443.

HSL color Cylindrical-coordinate representation of color #73847E: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #73847E is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB115132126-
CMYK0.1300.050.48
HSL158.82º6.88%48.43%-
HSV(B)158.82º12.88%51.76%-
XYZ19.0921.6522.91-
YUV126.23127.87119.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.83%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 126 (49.61% from 255) = 33.78%
R=30.83%
G=35.39%
B=33.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321260.1300.050.48158.826.8848.43
Hex73847ED05309f730
Octal163204176150560237760
Binary11100111000010011111101101010111000010011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73847E; }

 p { color: rgb(115,132,126); }

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

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

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

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

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

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

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