Html Css Color HEX #878262 Bandicoot

📋 copy color: '#878262'

red 135 ◦ green 130 ◦ blue 98

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

Shades of Bandicoot #878262

Tints of Bandicoot #878262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27%

R = 37.19%
G = 35.81%
B = 27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#878262 (or 0x878262) is known color: Bandicoot. HEX triplet: 87, 82 and 62. RGB value is (135,130,98). Sum of RGB (Red+Green+Blue) = 135+130+98=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #878262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878262 is #787D9D. Grayscale: #7F7F7F. Windows color (decimal): -7896478 or 6455943. OLE color: 6455943.

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

Color convert

RGB 135 130 98 -
CMYK 0 0.04 0.27 0.47
HSL 51.89º 0.16% 0.46% -
HSV(B) 51.89º 0.27% 0.53% -
XYZ 20.18 22 14.74 -
YUV 127.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 135 130 98 0 0.04 0.27 0.47 51.89 0.16 0.46
Hex 87 82 62 0 4 1B 2F 34 10 2E
Octal 207 202 142 0 4 33 57 64 20 56
Binary 10000111 10000010 1100010 0 100 11011 101111 110100 10000 101110

Color Harmonies of #878262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878262

Black with #878262

Text Example


Text Example

White with #878262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878262; }

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

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

background-color css

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

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

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

border-color css

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

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

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