#87726E

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

Shades of Ferra #87726E

Tints of Ferra #87726E

Color information

#87726E (or 0x87726E) is unknown color: approx Ferra. HEX triplet: 87, 72 and 6E. RGB value is (135,114,110). Sum of RGB (Red+Green+Blue) = 135+114+110=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87726E is #788D91. Grayscale: #777777. Windows color (decimal): -7900562 or 7238279. OLE color: 7238279.

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

Color convert

RGB135114110-
CMYK00.160.190.47
HSL9.6º10.2%48.04%-
HSV(B)9.6º18.52%52.94%-
XYZ18.8218.3117.29-
YUV119.82122.46138.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.60%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=37.60%
G=31.75%
B=30.64%

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
Decimal13511411000.160.190.479.610.248.04
Hex87726E010132Faa30
Octal2071621560202357121260
Binary10000111111001011011100100001001110111110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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