Html Css Color HEX #878668 Bandicoot

📋 copy color: '#878668'

red 135 ◦ green 134 ◦ blue 104

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

Shades of Bandicoot #878668

Tints of Bandicoot #878668

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.92%

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

R = 36.19%
G = 35.92%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#878668 (or 0x878668) is known color: Bandicoot. HEX triplet: 87, 86 and 68. RGB value is (135,134,104). Sum of RGB (Red+Green+Blue) = 135+134+104=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #878668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878668 is #787997. Grayscale: #838383. Windows color (decimal): -7895448 or 6850183. OLE color: 6850183.

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

Color convert

RGB 135 134 104 -
CMYK 0 0.01 0.23 0.47
HSL 58.06º 0.13% 0.47% -
HSV(B) 58.06º 0.23% 0.53% -
XYZ 21.02 23.2 16.47 -
YUV 130.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 135 134 104 0 0.01 0.23 0.47 58.06 0.13 0.47
Hex 87 86 68 0 1 17 2F 3A D 2F
Octal 207 206 150 0 1 27 57 72 15 57
Binary 10000111 10000110 1101000 0 1 10111 101111 111010 1101 101111

Color Harmonies of #878668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878668

Black with #878668

Text Example


Text Example

White with #878668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878668; }

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

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

background-color css

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

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

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

border-color css

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

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

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