#827F68

Color #827F68 Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #827F68

Tints of Bandicoot #827F68

Color information

#827F68 (or 0x827F68) is unknown color: approx Bandicoot. HEX triplet: 82, 7F and 68. RGB value is (130,127,104). Sum of RGB (Red+Green+Blue) = 130+127+104=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 130 - color contains mainly: red. Hex color #827F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F68 is #7D8097. Grayscale: #7D7D7D. Windows color (decimal): -8224920 or 6848386. OLE color: 6848386.

HSL color Cylindrical-coordinate representation of color #827F68: hue angle of 53.08º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #827F68 is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB130127104-
CMYK00.020.20.49
HSL53.08º11.11%45.88%-
HSV(B)53.08º20%50.98%-
XYZ19.2920.9216.12-
YUV125.27115.99131.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=36.01%
G=35.18%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012710400.020.20.4953.0811.1145.88
Hex827F6802143135b2e
Octal202177150022461651356
Binary1000001011111111101000010101001100011101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827F68; }

 p { color: rgb(130,127,104); }

 H1.HeaderClassName
 {
   color: #827F68;
 }
 .AnyTagClassName
 {
   color: #827F68;
 }
</style>
background-color css

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

 a { background-color: rgb(130,127,104); }

 div.DivClassName
 {
   background-color: #827F68;
 }
 .BgClassName
 {
   background-color: #827F68;
 }
</style>
border-color css

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

 span { border-color: rgb(130,127,104); }

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