#73817D

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

Shades of Rolling Stone #73817D

Tints of Rolling Stone #73817D

Color information

#73817D (or 0x73817D) is unknown color: approx Rolling Stone. HEX triplet: 73, 81 and 7D. RGB value is (115,129,125). Sum of RGB (Red+Green+Blue) = 115+129+125=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 129 - color contains mainly: green. Hex color #73817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73817D is #8C7E82. Grayscale: #7C7C7C. Windows color (decimal): -9207427 or 8225139. OLE color: 8225139.

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

Color convert

RGB115129125-
CMYK0.1100.030.49
HSL162.86º5.74%47.84%-
HSV(B)162.86º10.85%50.59%-
XYZ18.6220.8322.44-
YUV124.36128.36121.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.17%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=31.17%
G=34.96%
B=33.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151291250.1100.030.49162.865.7447.84
Hex73817DB0331a3630
Octal163201175130361243660
Binary1110011100000011111101101101111000110100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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