#73837D

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

Shades of Rolling Stone #73837D

Tints of Rolling Stone #73837D

Color information

#73837D (or 0x73837D) is unknown color: approx Rolling Stone. HEX triplet: 73, 83 and 7D. RGB value is (115,131,125). Sum of RGB (Red+Green+Blue) = 115+131+125=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 131 - color contains mainly: green. Hex color #73837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73837D is #8C7C82. Grayscale: #7D7D7D. Windows color (decimal): -9206915 or 8225651. OLE color: 8225651.

HSL color Cylindrical-coordinate representation of color #73837D: hue angle of 157.5º 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 #73837D is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB115131125-
CMYK0.1200.050.49
HSL157.5º6.5%48.24%-
HSV(B)157.5º12.21%51.37%-
XYZ18.8921.3622.53-
YUV125.53127.7120.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=31.00%
G=35.31%
B=33.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151311250.1200.050.49157.56.548.24
Hex73837DC05319d730
Octal163203175140561235760
Binary11100111000001111111011100010111000110011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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