#876F6B

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

Shades of Ferra #876F6B

Tints of Ferra #876F6B

Color information

#876F6B (or 0x876F6B) is unknown color: approx Ferra. HEX triplet: 87, 6F and 6B. RGB value is (135,111,107). Sum of RGB (Red+Green+Blue) = 135+111+107=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F6B is #789094. Grayscale: #757575. Windows color (decimal): -7901333 or 7040903. OLE color: 7040903.

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

Color convert

RGB135111107-
CMYK00.180.210.47
HSL8.57º11.57%47.45%-
HSV(B)8.57º20.74%52.94%-
XYZ18.3317.5816.34-
YUV117.72121.95140.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=38.24%
G=31.44%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511110700.180.210.478.5711.5747.45
Hex876F6B012152F9c2f
Octal2071571530222557111457
Binary10000111110111111010110100101010110111110011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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