#827F6D

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

Shades of Bandicoot #827F6D

Tints of Bandicoot #827F6D

Color information

#827F6D (or 0x827F6D) is unknown color: approx Bandicoot. HEX triplet: 82, 7F and 6D. RGB value is (130,127,109). Sum of RGB (Red+Green+Blue) = 130+127+109=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #827F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F6D is #7D8092. Grayscale: #7D7D7D. Windows color (decimal): -8224915 or 7176066. OLE color: 7176066.

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

Color convert

RGB130127109-
CMYK00.020.160.49
HSL51.43º8.79%46.86%-
HSV(B)51.43º16.15%50.98%-
XYZ19.5621.0317.5-
YUV125.84118.49130.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 127 (50% from 255) = 34.70%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=35.52%
G=34.70%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012710900.020.160.4951.438.7946.86
Hex827F6D0210313392f
Octal202177155022061631157
Binary1000001011111111101101010100001100011100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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