#727C79

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

Shades of Rolling Stone #727C79

Tints of Rolling Stone #727C79

Color information

#727C79 (or 0x727C79) is unknown color: approx Rolling Stone. HEX triplet: 72, 7C and 79. RGB value is (114,124,121). Sum of RGB (Red+Green+Blue) = 114+124+121=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 124 - color contains mainly: green. Hex color #727C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727C79 is #8D8386. Grayscale: #787878. Windows color (decimal): -9274247 or 7961714. OLE color: 7961714.

HSL color Cylindrical-coordinate representation of color #727C79: hue angle of 162º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #727C79 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB114124121-
CMYK0.0800.020.51
HSL162º4.2%46.67%-
HSV(B)162º8.06%48.63%-
XYZ17.619.3720.9-
YUV120.67128.19123.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=31.75%
G=34.54%
B=33.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1141241210.0800.020.511624.246.67
Hex727C7980233a242f
Octal162174171100263242457
Binary111001011111001111001100001011001110100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727C79; }

 p { color: rgb(114,124,121); }

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

<style>
 a { background-color: #727C79; }

 a { background-color: rgb(114,124,121); }

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

<style>
 span { border-color: #727C79; }

 span { border-color: rgb(114,124,121); }

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