#876F68

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

Shades of Ferra #876F68

Tints of Ferra #876F68

Color information

#876F68 (or 0x876F68) is unknown color: approx Ferra. HEX triplet: 87, 6F and 68. RGB value is (135,111,104). Sum of RGB (Red+Green+Blue) = 135+111+104=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #876F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F68 is #789097. Grayscale: #757575. Windows color (decimal): -7901336 or 6844295. OLE color: 6844295.

HSL color Cylindrical-coordinate representation of color #876F68: hue angle of 13.55º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #876F68 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB135111104-
CMYK00.180.230.47
HSL13.55º12.97%46.86%-
HSV(B)13.55º22.96%52.94%-
XYZ18.1717.5215.52-
YUV117.38120.45140.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.57%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=38.57%
G=31.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511110400.180.230.4713.5512.9746.86
Hex876F68012172Fed2f
Octal2071571500222757161557
Binary10000111110111111010000100101011110111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876F68; }

 p { color: rgb(135,111,104); }

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

<style>
 a { background-color: #876F68; }

 a { background-color: rgb(135,111,104); }

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

<style>
 span { border-color: #876F68; }

 span { border-color: rgb(135,111,104); }

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