#82706B

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

Shades of Ferra #82706B

Tints of Ferra #82706B

Color information

#82706B (or 0x82706B) is unknown color: approx Ferra. HEX triplet: 82, 70 and 6B. RGB value is (130,112,107). Sum of RGB (Red+Green+Blue) = 130+112+107=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #82706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82706B is #7D8F94. Grayscale: #747474. Windows color (decimal): -8228757 or 7041154. OLE color: 7041154.

HSL color Cylindrical-coordinate representation of color #82706B: hue angle of 13.04º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82706B is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB130112107-
CMYK00.140.180.49
HSL13.04º9.7%46.47%-
HSV(B)13.04º17.69%50.98%-
XYZ17.6517.416.34-
YUV116.81122.46137.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.25%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=37.25%
G=32.09%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011210700.140.180.4913.049.746.47
Hex82706B0E1231da2e
Octal2021601530162261151256
Binary1000001011100001101011011101001011000111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82706B; }

 p { color: rgb(130,112,107); }

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

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

 a { background-color: rgb(130,112,107); }

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

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

 span { border-color: rgb(130,112,107); }

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