#73817E

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

Shades of Rolling Stone #73817E

Tints of Rolling Stone #73817E

Color information

#73817E (or 0x73817E) is unknown color: approx Rolling Stone. HEX triplet: 73, 81 and 7E. RGB value is (115,129,126). Sum of RGB (Red+Green+Blue) = 115+129+126=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 129 - color contains mainly: green. Hex color #73817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73817E is #8C7E81. Grayscale: #7C7C7C. Windows color (decimal): -9207426 or 8290675. OLE color: 8290675.

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

Color convert

RGB115129126-
CMYK0.1100.020.49
HSL167.14º5.74%47.84%-
HSV(B)167.14º10.85%50.59%-
XYZ18.6920.8522.78-
YUV124.47128.86121.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=31.08%
G=34.86%
B=34.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151291260.1100.020.49167.145.7447.84
Hex73817EB0231a7630
Octal163201176130261247660
Binary1110011100000011111110101101011000110100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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