#87716D

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

Shades of Ferra #87716D

Tints of Ferra #87716D

Color information

#87716D (or 0x87716D) is unknown color: approx Ferra. HEX triplet: 87, 71 and 6D. RGB value is (135,113,109). Sum of RGB (Red+Green+Blue) = 135+113+109=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87716D is #788E92. Grayscale: #777777. Windows color (decimal): -7900819 or 7172487. OLE color: 7172487.

HSL color Cylindrical-coordinate representation of color #87716D: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87716D is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135113109-
CMYK00.160.190.47
HSL9.23º10.66%47.84%-
HSV(B)9.23º19.26%52.94%-
XYZ18.6618.0716.97-
YUV119.12122.29139.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.82%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=37.82%
G=31.65%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511310900.160.190.479.2310.6647.84
Hex87716D010132F9b30
Octal2071611550202357111360
Binary10000111111000111011010100001001110111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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