#87716A

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

Shades of Ferra #87716A

Tints of Ferra #87716A

Color information

#87716A (or 0x87716A) is unknown color: approx Ferra. HEX triplet: 87, 71 and 6A. RGB value is (135,113,106). Sum of RGB (Red+Green+Blue) = 135+113+106=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #87716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87716A is #788E95. Grayscale: #767676. Windows color (decimal): -7900822 or 6975879. OLE color: 6975879.

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

Color convert

RGB135113106-
CMYK00.160.210.47
HSL14.48º12.03%47.25%-
HSV(B)14.48º21.48%52.94%-
XYZ18.51816.14-
YUV118.78120.79139.57-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.14%
GREEN value IS 113 (44.53% from 255) = 31.92%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=38.14%
G=31.92%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511310600.160.210.4714.4812.0347.25
Hex87716A010152Fec2f
Octal2071611520202557161457
Binary10000111111000111010100100001010110111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87716A; }

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

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

<style>
 a { background-color: #87716A; }

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

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

<style>
 span { border-color: #87716A; }

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

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