#727877

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

Shades of Rolling Stone #727877

Tints of Rolling Stone #727877

Color information

#727877 (or 0x727877) is unknown color: approx Rolling Stone. HEX triplet: 72, 78 and 77. RGB value is (114,120,119). Sum of RGB (Red+Green+Blue) = 114+120+119=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 120 - color contains mainly: green. Hex color #727877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727877 is #8D8788. Grayscale: #767676. Windows color (decimal): -9275273 or 7829618. OLE color: 7829618.

HSL color Cylindrical-coordinate representation of color #727877: hue angle of 170º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #727877 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB114120119-
CMYK0.0500.010.53
HSL170º2.56%45.88%-
HSV(B)170º5%47.06%-
XYZ16.9918.3420.1-
YUV118.09128.51125.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.29%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=32.29%
G=33.99%
B=33.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141201190.0500.010.531702.5645.88
Hex72787750135aa32e
Octal16217016750165252356
Binary111001011110001110111101011101011010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727877; }

 p { color: rgb(114,120,119); }

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

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

 a { background-color: rgb(114,120,119); }

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

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

 span { border-color: rgb(114,120,119); }

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