#73827D

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

Shades of Rolling Stone #73827D

Tints of Rolling Stone #73827D

Color information

#73827D (or 0x73827D) is unknown color: approx Rolling Stone. HEX triplet: 73, 82 and 7D. RGB value is (115,130,125). Sum of RGB (Red+Green+Blue) = 115+130+125=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 130 - color contains mainly: green. Hex color #73827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73827D is #8C7D82. Grayscale: #7C7C7C. Windows color (decimal): -9207171 or 8225395. OLE color: 8225395.

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

Color convert

RGB115130125-
CMYK0.1200.040.49
HSL160º6.12%48.04%-
HSV(B)160º11.54%50.98%-
XYZ18.7521.0922.48-
YUV124.94128.03120.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=31.08%
G=35.14%
B=33.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1151301250.1200.040.491606.1248.04
Hex73827DC0431a0630
Octal163202175140461240660
Binary11100111000001011111011100010011000110100000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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