Html Css Color HEX #877065 Beaver

📋 copy color: '#877065'

red 135 ◦ green 112 ◦ blue 101

#877065
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Beaver #877065

Tints of Beaver #877065

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#877065 (or 0x877065) is known color: 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

RGB 135 112 101 -
CMYK 0 0.17 0.25 0.47
HSL 19.41º 0.14% 0.46% -
HSV(B) 19.41º 0.25% 0.53% -
XYZ 18.13 17.68 14.77 -
YUV 117.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 135 112 101 0 0.17 0.25 0.47 19.41 0.14 0.46
Hex 87 70 65 0 11 19 2F 13 E 2E
Octal 207 160 145 0 21 31 57 23 16 56
Binary 10000111 1110000 1100101 0 10001 11001 101111 10011 1110 101110

Color Harmonies of #877065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877065

Black with #877065

Text Example


Text Example

White with #877065

Text Example


Text Example

HTML Codes & Css Web 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>