#84726D

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

Shades of Ferra #84726D

Tints of Ferra #84726D

Color information

#84726D (or 0x84726D) is unknown color: approx Ferra. HEX triplet: 84, 72 and 6D. RGB value is (132,114,109). Sum of RGB (Red+Green+Blue) = 132+114+109=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84726D is #7B8D92. Grayscale: #767676. Windows color (decimal): -8097171 or 7172740. OLE color: 7172740.

HSL color Cylindrical-coordinate representation of color #84726D: hue angle of 13.04º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84726D is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132114109-
CMYK00.140.170.48
HSL13.04º9.54%47.25%-
HSV(B)13.04º17.42%51.76%-
XYZ18.2918.0416.99-
YUV118.81122.46137.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 109 (42.97% from 255) = 30.70%
R=37.18%
G=32.11%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211410900.140.170.4813.049.5447.25
Hex84726D0E1130da2f
Octal2041621550162160151257
Binary1000010011100101101101011101000111000011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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