#84726E

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

Shades of Ferra #84726E

Tints of Ferra #84726E

Color information

#84726E (or 0x84726E) is unknown color: approx Ferra. HEX triplet: 84, 72 and 6E. RGB value is (132,114,110). Sum of RGB (Red+Green+Blue) = 132+114+110=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84726E is #7B8D91. Grayscale: #767676. Windows color (decimal): -8097170 or 7238276. OLE color: 7238276.

HSL color Cylindrical-coordinate representation of color #84726E: hue angle of 10.91º degrees, saturation: 0.09, 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 #84726E is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB132114110-
CMYK00.140.170.48
HSL10.91º9.09%47.45%-
HSV(B)10.91º16.67%51.76%-
XYZ18.3518.0717.27-
YUV118.93122.96137.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=37.08%
G=32.02%
B=30.90%

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
Decimal13211411000.140.170.4810.919.0947.45
Hex84726E0E1130b92f
Octal2041621560162160131157
Binary1000010011100101101110011101000111000010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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