#8C7068

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

Shades of Ferra #8C7068

Tints of Ferra #8C7068

Color information

#8C7068 (or 0x8C7068) is unknown color: approx Ferra. HEX triplet: 8C, 70 and 68. RGB value is (140,112,104). Sum of RGB (Red+Green+Blue) = 140+112+104=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7068 is #738F97. Grayscale: #777777. Windows color (decimal): -7573400 or 6844556. OLE color: 6844556.

HSL color Cylindrical-coordinate representation of color #8C7068: hue angle of 13.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C7068 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB140112104-
CMYK00.200.260.45
HSL13.33º14.75%47.84%-
HSV(B)13.33º25.71%54.9%-
XYZ19.1118.1615.6-
YUV119.46119.28142.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.33%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=39.33%
G=31.46%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011210400.200.260.4513.3314.7547.84
Hex8C70680141A2Ddf30
Octal2141601500243255151760
Binary10001100111000011010000101001101010110111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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