#73817F

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

Shades of Rolling Stone #73817F

Tints of Rolling Stone #73817F

Color information

#73817F (or 0x73817F) is unknown color: approx Rolling Stone. HEX triplet: 73, 81 and 7F. RGB value is (115,129,127). Sum of RGB (Red+Green+Blue) = 115+129+127=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 129 - color contains mainly: green. Hex color #73817F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73817F is #8C7E80. Grayscale: #7C7C7C. Windows color (decimal): -9207425 or 8356211. OLE color: 8356211.

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

Color convert

RGB115129127-
CMYK0.1100.020.49
HSL171.43º5.74%47.84%-
HSV(B)171.43º10.85%50.59%-
XYZ18.7520.8823.12-
YUV124.59129.36121.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.00%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 127 (50% from 255) = 34.23%
R=31.00%
G=34.77%
B=34.23%

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
Decimal1151291270.1100.020.49171.435.7447.84
Hex73817FB0231ab630
Octal163201177130261253660
Binary1110011100000011111111101101011000110101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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