Html Css Color HEX #878360 Bandicoot

📋 copy color: '#878360'

red 135 ◦ green 131 ◦ blue 96

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

Shades of Bandicoot #878360

Tints of Bandicoot #878360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 37.29%
G = 36.19%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#878360 (or 0x878360) is known color: Bandicoot. HEX triplet: 87, 83 and 60. RGB value is (135,131,96). Sum of RGB (Red+Green+Blue) = 135+131+96=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #878360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878360 is #787C9F. Grayscale: #808080. Windows color (decimal): -7896224 or 6325127. OLE color: 6325127.

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

Color convert

RGB 135 131 96 -
CMYK 0 0.03 0.29 0.47
HSL 53.85º 0.17% 0.45% -
HSV(B) 53.85º 0.29% 0.53% -
XYZ 20.22 22.23 14.29 -
YUV 128.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 135 131 96 0 0.03 0.29 0.47 53.85 0.17 0.45
Hex 87 83 60 0 3 1D 2F 36 11 2D
Octal 207 203 140 0 3 35 57 66 21 55
Binary 10000111 10000011 1100000 0 11 11101 101111 110110 10001 101101

Color Harmonies of #878360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878360

Black with #878360

Text Example


Text Example

White with #878360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878360; }

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

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

background-color css

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

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

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

border-color css

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

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

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