#82726D

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

Shades of Ferra #82726D

Tints of Ferra #82726D

Color information

#82726D (or 0x82726D) is unknown color: approx Ferra. HEX triplet: 82, 72 and 6D. RGB value is (130,114,109). Sum of RGB (Red+Green+Blue) = 130+114+109=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 130 - color contains mainly: red. Hex color #82726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82726D is #7D8D92. Grayscale: #767676. Windows color (decimal): -8228243 or 7172738. OLE color: 7172738.

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

Color convert

RGB130114109-
CMYK00.120.160.49
HSL14.29º8.79%46.86%-
HSV(B)14.29º16.15%50.98%-
XYZ17.9817.8816.97-
YUV118.21122.8136.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=36.83%
G=32.29%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011410900.120.160.4914.298.7946.86
Hex82726D0C1031e92f
Octal2021621550142061161157
Binary1000001011100101101101011001000011000111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,114,109); }

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

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

 a { background-color: rgb(130,114,109); }

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

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

 span { border-color: rgb(130,114,109); }

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