#876766

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

Shades of Ferra #876766

Tints of Ferra #876766

Color information

#876766 (or 0x876766) is unknown color: approx Ferra. HEX triplet: 87, 67 and 66. RGB value is (135,103,102). Sum of RGB (Red+Green+Blue) = 135+103+102=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #876766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876766 is #789899. Grayscale: #707070. Windows color (decimal): -7903386 or 6711175. OLE color: 6711175.

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

Color convert

RGB135103102-
CMYK00.240.240.47
HSL1.82º13.92%46.47%-
HSV(B)1.82º24.44%52.94%-
XYZ17.2415.8114.71-
YUV112.45122.1144.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 102 (40.23% from 255) = 30%
R=39.71%
G=30.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510310200.240.240.471.8213.9246.47
Hex876766018182F2e2e
Octal207147146030305721656
Binary100001111100111110011001100011000101111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876766; }

 p { color: rgb(135,103,102); }

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

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

 a { background-color: rgb(135,103,102); }

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

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

 span { border-color: rgb(135,103,102); }

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