#72847F

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

Shades of Rolling Stone #72847F

Tints of Rolling Stone #72847F

Color information

#72847F (or 0x72847F) is unknown color: approx Rolling Stone. HEX triplet: 72, 84 and 7F. RGB value is (114,132,127). Sum of RGB (Red+Green+Blue) = 114+132+127=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #72847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72847F is #8D7B80. Grayscale: #7E7E7E. Windows color (decimal): -9272193 or 8356978. OLE color: 8356978.

HSL color Cylindrical-coordinate representation of color #72847F: hue angle of 163.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72847F is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB114132127-
CMYK0.1400.040.48
HSL163.33º7.32%48.24%-
HSV(B)163.33º13.64%51.76%-
XYZ19.0221.6123.25-
YUV126.05128.54119.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 127 (50% from 255) = 34.05%
R=30.56%
G=35.39%
B=34.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321270.1400.040.48163.337.3248.24
Hex72847FE0430a3730
Octal162204177160460243760
Binary11100101000010011111111110010011000010100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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