#877168

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

Shades of Beaver #877168

Tints of Beaver #877168

Color information

#877168 (or 0x877168) is unknown color: approx Beaver. HEX triplet: 87, 71 and 68. RGB value is (135,113,104). Sum of RGB (Red+Green+Blue) = 135+113+104=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #877168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877168 is #788E97. Grayscale: #767676. Windows color (decimal): -7900824 or 6844807. OLE color: 6844807.

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

Color convert

RGB135113104-
CMYK00.160.230.47
HSL17.42º12.97%46.86%-
HSV(B)17.42º22.96%52.94%-
XYZ18.417.9615.59-
YUV118.55119.79139.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=38.35%
G=32.10%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511310400.160.230.4717.4212.9746.86
Hex877168010172F11d2f
Octal2071611500202757211557
Binary100001111110001110100001000010111101111100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877168; }

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

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

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

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

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

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

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

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