#877065

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

Shades of Beaver #877065

Tints of Beaver #877065

Color information

#877065 (or 0x877065) is unknown color: approx Beaver. HEX triplet: 87, 70 and 65. RGB value is (135,112,101). Sum of RGB (Red+Green+Blue) = 135+112+101=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #877065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877065 is #788F9A. Grayscale: #757575. Windows color (decimal): -7901083 or 6647943. OLE color: 6647943.

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

Color convert

RGB135112101-
CMYK00.170.250.47
HSL19.41º14.41%46.27%-
HSV(B)19.41º25.19%52.94%-
XYZ18.1317.6814.77-
YUV117.62118.62140.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=38.79%
G=32.18%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511210100.170.250.4719.4114.4146.27
Hex877065011192F13e2e
Octal2071601450213157231656
Binary100001111110000110010101000111001101111100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877065; }

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

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

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

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

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

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

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

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