Html Css Color HEX #878465 Bandicoot

📋 copy color: '#878465'

red 135 ◦ green 132 ◦ blue 101

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

Shades of Bandicoot #878465

Tints of Bandicoot #878465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 36.68%
G = 35.87%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#878465 (or 0x878465) is known color: Bandicoot. HEX triplet: 87, 84 and 65. RGB value is (135,132,101). Sum of RGB (Red+Green+Blue) = 135+132+101=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 135 - color contains mainly: red. Hex color #878465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878465 is #787B9A. Grayscale: #818181. Windows color (decimal): -7895963 or 6653063. OLE color: 6653063.

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

Color convert

RGB 135 132 101 -
CMYK 0 0.02 0.25 0.47
HSL 54.71º 0.14% 0.46% -
HSV(B) 54.71º 0.25% 0.53% -
XYZ 20.59 22.59 15.59 -
YUV 129.36 111.99 132.02 -
System Red Green Blue C M Y K H S L
Decimal 135 132 101 0 0.02 0.25 0.47 54.71 0.14 0.46
Hex 87 84 65 0 2 19 2F 37 E 2E
Octal 207 204 145 0 2 31 57 67 16 56
Binary 10000111 10000100 1100101 0 10 11001 101111 110111 1110 101110

Color Harmonies of #878465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878465

Black with #878465

Text Example


Text Example

White with #878465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878465; }

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

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

background-color css

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

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

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

border-color css

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

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

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