#72807F

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

Shades of Rolling Stone #72807F

Tints of Rolling Stone #72807F

Color information

#72807F (or 0x72807F) is unknown color: approx Rolling Stone. HEX triplet: 72, 80 and 7F. RGB value is (114,128,127). Sum of RGB (Red+Green+Blue) = 114+128+127=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 128 - color contains mainly: green. Hex color #72807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72807F is #8D7F80. Grayscale: #7B7B7B. Windows color (decimal): -9273217 or 8355954. OLE color: 8355954.

HSL color Cylindrical-coordinate representation of color #72807F: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #72807F is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB114128127-
CMYK0.1100.010.50
HSL175.71º5.79%47.45%-
HSV(B)175.71º10.94%50.2%-
XYZ18.4920.5523.07-
YUV123.7129.86121.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 127 (50% from 255) = 34.42%
R=30.89%
G=34.69%
B=34.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1141281270.1100.010.50175.715.7947.45
Hex72807FB0132b062f
Octal162200177130162260657
Binary111001010000000111111110110111001010110000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,128,127); }

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

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

 a { background-color: rgb(114,128,127); }

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

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

 span { border-color: rgb(114,128,127); }

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