Html Css Color HEX #878471 Bandicoot

📋 copy color: '#878471'

red 135 ◦ green 132 ◦ blue 113

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

Shades of Bandicoot #878471

Tints of Bandicoot #878471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 35.53%
G = 34.74%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#878471 (or 0x878471) is known color: Bandicoot. HEX triplet: 87, 84 and 71. RGB value is (135,132,113). Sum of RGB (Red+Green+Blue) = 135+132+113=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #878471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878471 is #787B8E. Grayscale: #828282. Windows color (decimal): -7895951 or 7439495. OLE color: 7439495.

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

Color convert

RGB 135 132 113 -
CMYK 0 0.02 0.16 0.47
HSL 51.82º 0.09% 0.49% -
HSV(B) 51.82º 0.16% 0.53% -
XYZ 21.22 22.85 18.91 -
YUV 130.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 135 132 113 0 0.02 0.16 0.47 51.82 0.09 0.49
Hex 87 84 71 0 2 10 2F 34 9 31
Octal 207 204 161 0 2 20 57 64 11 61
Binary 10000111 10000100 1110001 0 10 10000 101111 110100 1001 110001

Color Harmonies of #878471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878471

Black with #878471

Text Example


Text Example

White with #878471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878471; }

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

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

background-color css

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

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

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

border-color css

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

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

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