#73837E

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

Shades of Rolling Stone #73837E

Tints of Rolling Stone #73837E

Color information

#73837E (or 0x73837E) is unknown color: approx Rolling Stone. HEX triplet: 73, 83 and 7E. RGB value is (115,131,126). Sum of RGB (Red+Green+Blue) = 115+131+126=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #73837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73837E is #8C7C81. Grayscale: #7D7D7D. Windows color (decimal): -9206914 or 8291187. OLE color: 8291187.

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

Color convert

RGB115131126-
CMYK0.1200.040.49
HSL161.25º6.5%48.24%-
HSV(B)161.25º12.21%51.37%-
XYZ18.9521.3822.87-
YUV125.65128.2120.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=30.91%
G=35.22%
B=33.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151311260.1200.040.49161.256.548.24
Hex73837EC0431a1730
Octal163203176140461241760
Binary11100111000001111111101100010011000110100001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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