#73817C

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

Shades of Rolling Stone #73817C

Tints of Rolling Stone #73817C

Color information

#73817C (or 0x73817C) is unknown color: approx Rolling Stone. HEX triplet: 73, 81 and 7C. RGB value is (115,129,124). Sum of RGB (Red+Green+Blue) = 115+129+124=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 129 - color contains mainly: green. Hex color #73817C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73817C is #8C7E83. Grayscale: #7C7C7C. Windows color (decimal): -9207428 or 8159603. OLE color: 8159603.

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

Color convert

RGB115129124-
CMYK0.1100.040.49
HSL158.57º5.74%47.84%-
HSV(B)158.57º10.85%50.59%-
XYZ18.5620.822.11-
YUV124.24127.86121.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.25%
GREEN value IS 129 (50.78% from 255) = 35.05%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=31.25%
G=35.05%
B=33.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151291240.1100.040.49158.575.7447.84
Hex73817CB04319f630
Octal163201174130461237660
Binary11100111000000111111001011010011000110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73817C; }

 p { color: rgb(115,129,124); }

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

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

 a { background-color: rgb(115,129,124); }

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

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

 span { border-color: rgb(115,129,124); }

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