#8A7470

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

Shades of Ferra #8A7470

Tints of Ferra #8A7470

Color information

#8A7470 (or 0x8A7470) is unknown color: approx Ferra. HEX triplet: 8A, 74 and 70. RGB value is (138,116,112). Sum of RGB (Red+Green+Blue) = 138+116+112=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7470 is #758B8F. Grayscale: #7A7A7A. Windows color (decimal): -7703440 or 7369866. OLE color: 7369866.

HSL color Cylindrical-coordinate representation of color #8A7470: hue angle of 9.23º 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 #8A7470 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB138116112-
CMYK00.160.190.46
HSL9.23º10.4%49.02%-
HSV(B)9.23º18.84%54.12%-
XYZ19.6519.0617.97-
YUV122.12122.29139.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.70%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=37.70%
G=31.69%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811611200.160.190.469.2310.449.02
Hex8A7470010132E9a31
Octal2121641600202356111261
Binary10001010111010011100000100001001110111010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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