#827F66

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

Shades of Bandicoot #827F66

Tints of Bandicoot #827F66

Color information

#827F66 (or 0x827F66) is unknown color: approx Bandicoot. HEX triplet: 82, 7F and 66. RGB value is (130,127,102). Sum of RGB (Red+Green+Blue) = 130+127+102=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 130 - color contains mainly: red. Hex color #827F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F66 is #7D8099. Grayscale: #7D7D7D. Windows color (decimal): -8224922 or 6717314. OLE color: 6717314.

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

Color convert

RGB130127102-
CMYK00.020.220.49
HSL53.57º12.07%45.49%-
HSV(B)53.57º21.54%50.98%-
XYZ19.1920.8815.59-
YUV125.05114.99131.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=36.21%
G=35.38%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012710200.020.220.4953.5712.0745.49
Hex827F6602163136c2d
Octal202177146022661661455
Binary1000001011111111100110010101101100011101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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