#87726D

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

Shades of Ferra #87726D

Tints of Ferra #87726D

Color information

#87726D (or 0x87726D) is unknown color: approx Ferra. HEX triplet: 87, 72 and 6D. RGB value is (135,114,109). Sum of RGB (Red+Green+Blue) = 135+114+109=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87726D is #788D92. Grayscale: #777777. Windows color (decimal): -7900563 or 7172743. OLE color: 7172743.

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

Color convert

RGB135114109-
CMYK00.160.190.47
HSL11.54º10.66%47.84%-
HSV(B)11.54º19.26%52.94%-
XYZ18.7718.2917.01-
YUV119.71121.96138.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 114 (44.92% from 255) = 31.84%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=37.71%
G=31.84%
B=30.45%

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
Decimal13511410900.160.190.4711.5410.6647.84
Hex87726D010132Fcb30
Octal2071621550202357141360
Binary10000111111001011011010100001001110111111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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