Html Css Color HEX #877066 Beaver

📋 copy color: '#877066'

red 135 ◦ green 112 ◦ blue 102

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

Shades of Beaver #877066

Tints of Beaver #877066

RGB

 RED value IS 135 (53.13% from 255) = 38.68%

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 102 (40.23% from 255) = 29.23%

R = 38.68%
G = 32.09%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#877066 (or 0x877066) is known color: Beaver. HEX triplet: 87, 70 and 66. RGB value is (135,112,102). Sum of RGB (Red+Green+Blue) = 135+112+102=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #877066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877066 is #788F99. Grayscale: #757575. Windows color (decimal): -7901082 or 6713479. OLE color: 6713479.

HSL color Cylindrical-coordinate representation of color #877066: hue angle of 18.18º 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 #877066 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 102 -
CMYK 0 0.17 0.24 0.47
HSL 18.18º 0.14% 0.46% -
HSV(B) 18.18º 0.24% 0.53% -
XYZ 18.18 17.7 15.03 -
YUV 117.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 135 112 102 0 0.17 0.24 0.47 18.18 0.14 0.46
Hex 87 70 66 0 11 18 2F 12 E 2E
Octal 207 160 146 0 21 30 57 22 16 56
Binary 10000111 1110000 1100110 0 10001 11000 101111 10010 1110 101110

Color Harmonies of #877066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877066

Black with #877066

Text Example


Text Example

White with #877066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877066; }

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

 H1.HeaderClassName
 {
   color: #877066;
 }
 .AnyTagClassName
 {
   color: #877066;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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