#827F6B

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

Shades of Bandicoot #827F6B

Tints of Bandicoot #827F6B

Color information

#827F6B (or 0x827F6B) is unknown color: approx Bandicoot. HEX triplet: 82, 7F and 6B. RGB value is (130,127,107). Sum of RGB (Red+Green+Blue) = 130+127+107=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #827F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F6B is #7D8094. Grayscale: #7D7D7D. Windows color (decimal): -8224917 or 7044994. OLE color: 7044994.

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

Color convert

RGB130127107-
CMYK00.020.180.49
HSL52.17º9.7%46.47%-
HSV(B)52.17º17.69%50.98%-
XYZ19.4520.9916.94-
YUV125.62117.49131.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.71%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=35.71%
G=34.89%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012710700.020.180.4952.179.746.47
Hex827F6B02123134a2e
Octal202177153022261641256
Binary1000001011111111101011010100101100011101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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