#8A7270

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

Shades of Ferra #8A7270

Tints of Ferra #8A7270

Color information

#8A7270 (or 0x8A7270) is unknown color: approx Ferra. HEX triplet: 8A, 72 and 70. RGB value is (138,114,112). Sum of RGB (Red+Green+Blue) = 138+114+112=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7270 is #758D8F. Grayscale: #787878. Windows color (decimal): -7703952 or 7369354. OLE color: 7369354.

HSL color Cylindrical-coordinate representation of color #8A7270: hue angle of 4.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7270 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB138114112-
CMYK00.170.190.46
HSL4.62º10.4%49.02%-
HSV(B)4.62º18.84%54.12%-
XYZ19.4218.6117.9-
YUV120.95122.95140.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.91%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=37.91%
G=31.32%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811411200.170.190.464.6210.449.02
Hex8A7270011132E5a31
Octal212162160021235651261
Binary1000101011100101110000010001100111011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7270; }

 p { color: rgb(138,114,112); }

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

<style>
 a { background-color: #8A7270; }

 a { background-color: rgb(138,114,112); }

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

<style>
 span { border-color: #8A7270; }

 span { border-color: rgb(138,114,112); }

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