#73847F

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

Shades of Rolling Stone #73847F

Tints of Rolling Stone #73847F

Color information

#73847F (or 0x73847F) is unknown color: approx Rolling Stone. HEX triplet: 73, 84 and 7F. RGB value is (115,132,127). Sum of RGB (Red+Green+Blue) = 115+132+127=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 132 - color contains mainly: green. Hex color #73847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73847F is #8C7B80. Grayscale: #7E7E7E. Windows color (decimal): -9206657 or 8356979. OLE color: 8356979.

HSL color Cylindrical-coordinate representation of color #73847F: hue angle of 162.35º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #73847F is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB115132127-
CMYK0.1300.040.48
HSL162.35º6.88%48.43%-
HSV(B)162.35º12.88%51.76%-
XYZ19.1521.6823.25-
YUV126.35128.37119.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.75%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 127 (50% from 255) = 33.96%
R=30.75%
G=35.29%
B=33.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321270.1300.040.48162.356.8848.43
Hex73847FD0430a2730
Octal163204177150460242760
Binary11100111000010011111111101010011000010100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73847F; }

 p { color: rgb(115,132,127); }

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

<style>
 a { background-color: #73847F; }

 a { background-color: rgb(115,132,127); }

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

<style>
 span { border-color: #73847F; }

 span { border-color: rgb(115,132,127); }

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