#84726C

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

Shades of Ferra #84726C

Tints of Ferra #84726C

Color information

#84726C (or 0x84726C) is unknown color: approx Ferra. HEX triplet: 84, 72 and 6C. RGB value is (132,114,108). Sum of RGB (Red+Green+Blue) = 132+114+108=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #84726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84726C is #7B8D93. Grayscale: #767676. Windows color (decimal): -8097172 or 7107204. OLE color: 7107204.

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

Color convert

RGB132114108-
CMYK00.140.180.48
HSL15º10%47.06%-
HSV(B)15º18.18%51.76%-
XYZ18.2418.0216.7-
YUV118.7121.96137.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=37.29%
G=32.20%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211410800.140.180.48151047.06
Hex84726C0E1230fa2f
Octal2041621540162260171257
Binary1000010011100101101100011101001011000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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