Html Css Color HEX #878466 Bandicoot

📋 copy color: '#878466'

red 135 ◦ green 132 ◦ blue 102

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

Shades of Bandicoot #878466

Tints of Bandicoot #878466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

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

R = 36.59%
G = 35.77%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#878466 (or 0x878466) is known color: Bandicoot. HEX triplet: 87, 84 and 66. RGB value is (135,132,102). Sum of RGB (Red+Green+Blue) = 135+132+102=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #878466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878466 is #787B99. Grayscale: #818181. Windows color (decimal): -7895962 or 6718599. OLE color: 6718599.

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

Color convert

RGB 135 132 102 -
CMYK 0 0.02 0.24 0.47
HSL 54.55º 0.14% 0.46% -
HSV(B) 54.55º 0.24% 0.53% -
XYZ 20.64 22.61 15.85 -
YUV 129.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 135 132 102 0 0.02 0.24 0.47 54.55 0.14 0.46
Hex 87 84 66 0 2 18 2F 37 E 2E
Octal 207 204 146 0 2 30 57 67 16 56
Binary 10000111 10000100 1100110 0 10 11000 101111 110111 1110 101110

Color Harmonies of #878466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878466

Black with #878466

Text Example


Text Example

White with #878466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878466; }

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

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

background-color css

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

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

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

border-color css

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

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

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