Html Css Color HEX #878764 Bandicoot

📋 copy color: '#878764'

red 135 ◦ green 135 ◦ blue 100

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

Shades of Bandicoot #878764

Tints of Bandicoot #878764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.03%

R = 36.49%
G = 36.49%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#878764 (or 0x878764) is known color: Bandicoot. HEX triplet: 87, 87 and 64. RGB value is (135,135,100). Sum of RGB (Red+Green+Blue) = 135+135+100=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878764 is #78789B. Grayscale: #838383. Windows color (decimal): -7895196 or 6588295. OLE color: 6588295.

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

Color convert

RGB 135 135 100 -
CMYK 0 0 0.26 0.47
HSL 60º 0.15% 0.46% -
HSV(B) 60º 0.26% 0.53% -
XYZ 20.96 23.4 15.47 -
YUV 131.01 110.5 130.85 -
System Red Green Blue C M Y K H S L
Decimal 135 135 100 0 0 0.26 0.47 60 0.15 0.46
Hex 87 87 64 0 0 1A 2F 3C F 2E
Octal 207 207 144 0 0 32 57 74 17 56
Binary 10000111 10000111 1100100 0 0 11010 101111 111100 1111 101110

Color Harmonies of #878764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878764

Black with #878764

Text Example


Text Example

White with #878764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878764; }

 p { color: rgb(135,135,100); }

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

background-color css

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

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

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

border-color css

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

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

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