#876A68

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

Shades of Ferra #876A68

Tints of Ferra #876A68

Color information

#876A68 (or 0x876A68) is unknown color: approx Ferra. HEX triplet: 87, 6A and 68. RGB value is (135,106,104). Sum of RGB (Red+Green+Blue) = 135+106+104=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #876A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A68 is #789597. Grayscale: #727272. Windows color (decimal): -7902616 or 6843015. OLE color: 6843015.

HSL color Cylindrical-coordinate representation of color #876A68: hue angle of 3.87º 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 #876A68 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB135106104-
CMYK00.210.230.47
HSL3.87º12.97%46.86%-
HSV(B)3.87º22.96%52.94%-
XYZ17.6416.4615.34-
YUV114.44122.11142.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=39.13%
G=30.72%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510610400.210.230.473.8712.9746.86
Hex876A68015172F4d2f
Octal207152150025275741557
Binary1000011111010101101000010101101111011111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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