#8A7068

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

Shades of Ferra #8A7068

Tints of Ferra #8A7068

Color information

#8A7068 (or 0x8A7068) is unknown color: approx Ferra. HEX triplet: 8A, 70 and 68. RGB value is (138,112,104). Sum of RGB (Red+Green+Blue) = 138+112+104=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7068 is #758F97. Grayscale: #767676. Windows color (decimal): -7704472 or 6844554. OLE color: 6844554.

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

Color convert

RGB138112104-
CMYK00.190.250.46
HSL14.12º14.05%47.45%-
HSV(B)14.12º24.64%54.12%-
XYZ18.7717.9915.58-
YUV118.86119.61141.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=38.98%
G=31.64%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811210400.190.250.4614.1214.0547.45
Hex8A7068013192Eee2f
Octal2121601500233156161657
Binary10001010111000011010000100111100110111011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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