Html Css Color HEX #878460 Bandicoot

📋 copy color: '#878460'

red 135 ◦ green 132 ◦ blue 96

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

Shades of Bandicoot #878460

Tints of Bandicoot #878460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 37.19%
G = 36.36%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#878460 (or 0x878460) is known color: Bandicoot. HEX triplet: 87, 84 and 60. RGB value is (135,132,96). Sum of RGB (Red+Green+Blue) = 135+132+96=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #878460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878460 is #787B9F. Grayscale: #808080. Windows color (decimal): -7895968 or 6325383. OLE color: 6325383.

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

Color convert

RGB 135 132 96 -
CMYK 0 0.02 0.29 0.47
HSL 55.38º 0.17% 0.45% -
HSV(B) 55.38º 0.29% 0.53% -
XYZ 20.35 22.5 14.34 -
YUV 128.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 135 132 96 0 0.02 0.29 0.47 55.38 0.17 0.45
Hex 87 84 60 0 2 1D 2F 37 11 2D
Octal 207 204 140 0 2 35 57 67 21 55
Binary 10000111 10000100 1100000 0 10 11101 101111 110111 10001 101101

Color Harmonies of #878460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878460

Black with #878460

Text Example


Text Example

White with #878460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878460; }

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

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

background-color css

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

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

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

border-color css

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

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

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