Html Css Color HEX #878368 Bandicoot

📋 copy color: '#878368'

red 135 ◦ green 131 ◦ blue 104

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

Shades of Bandicoot #878368

Tints of Bandicoot #878368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 36.49%
G = 35.41%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#878368 (or 0x878368) is known color: Bandicoot. HEX triplet: 87, 83 and 68. RGB value is (135,131,104). Sum of RGB (Red+Green+Blue) = 135+131+104=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #878368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878368 is #787C97. Grayscale: #818181. Windows color (decimal): -7896216 or 6849415. OLE color: 6849415.

HSL color Cylindrical-coordinate representation of color #878368: hue angle of 52.26º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #878368 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 131 104 -
CMYK 0 0.03 0.23 0.47
HSL 52.26º 0.13% 0.47% -
HSV(B) 52.26º 0.23% 0.53% -
XYZ 20.61 22.38 16.33 -
YUV 129.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 135 131 104 0 0.03 0.23 0.47 52.26 0.13 0.47
Hex 87 83 68 0 3 17 2F 34 D 2F
Octal 207 203 150 0 3 27 57 64 15 57
Binary 10000111 10000011 1101000 0 11 10111 101111 110100 1101 101111

Color Harmonies of #878368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878368

Black with #878368

Text Example


Text Example

White with #878368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878368; }

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

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

background-color css

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

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

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

border-color css

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

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

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