#877069

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

Shades of Ferra #877069

Tints of Ferra #877069

Color information

#877069 (or 0x877069) is unknown color: approx Ferra. HEX triplet: 87, 70 and 69. RGB value is (135,112,105). Sum of RGB (Red+Green+Blue) = 135+112+105=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #877069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877069 is #788F96. Grayscale: #767676. Windows color (decimal): -7901079 or 6910087. OLE color: 6910087.

HSL color Cylindrical-coordinate representation of color #877069: hue angle of 14º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #877069 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB135112105-
CMYK00.170.220.47
HSL14º12.5%47.06%-
HSV(B)14º22.22%52.94%-
XYZ18.3417.7615.83-
YUV118.08120.62140.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 112 (44.14% from 255) = 31.82%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=38.35%
G=31.82%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511210500.170.220.471412.547.06
Hex877069011162Fed2f
Octal2071601510212657161557
Binary10000111111000011010010100011011010111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877069; }

 p { color: rgb(135,112,105); }

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

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

 a { background-color: rgb(135,112,105); }

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

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

 span { border-color: rgb(135,112,105); }

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