Html Css Color HEX #878261 Bandicoot

📋 copy color: '#878261'

red 135 ◦ green 130 ◦ blue 97

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

Shades of Bandicoot #878261

Tints of Bandicoot #878261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 37.29%
G = 35.91%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#878261 (or 0x878261) is known color: Bandicoot. HEX triplet: 87, 82 and 61. RGB value is (135,130,97). Sum of RGB (Red+Green+Blue) = 135+130+97=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #878261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878261 is #787D9E. Grayscale: #7F7F7F. Windows color (decimal): -7896479 or 6390407. OLE color: 6390407.

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

Color convert

RGB 135 130 97 -
CMYK 0 0.04 0.28 0.47
HSL 52.11º 0.16% 0.45% -
HSV(B) 52.11º 0.28% 0.53% -
XYZ 20.13 21.98 14.49 -
YUV 127.73 110.66 133.18 -
System Red Green Blue C M Y K H S L
Decimal 135 130 97 0 0.04 0.28 0.47 52.11 0.16 0.45
Hex 87 82 61 0 4 1C 2F 34 10 2D
Octal 207 202 141 0 4 34 57 64 20 55
Binary 10000111 10000010 1100001 0 100 11100 101111 110100 10000 101101

Color Harmonies of #878261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878261

Black with #878261

Text Example


Text Example

White with #878261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878261; }

 p { color: rgb(135,130,97); }

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

background-color css

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

 a { background-color: rgb(135,130,97); }

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

border-color css

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

 span { border-color: rgb(135,130,97); }

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