Html Css Color HEX #827F68 Bandicoot

📋 copy color: '#827F68'

red 130 ◦ green 127 ◦ blue 104

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

Shades of Bandicoot #827F68

Tints of Bandicoot #827F68

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 value IS 0

 M value IS 0.02

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#827F68 (or 0x827F68) is known color: 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

RGB 130 127 104 -
CMYK 0 0.02 0.2 0.49
HSL 53.08º 0.11% 0.46% -
HSV(B) 53.08º 0.2% 0.51% -
XYZ 19.29 20.92 16.12 -
YUV 125.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 130 127 104 0 0.02 0.2 0.49 53.08 0.11 0.46
Hex 82 7F 68 0 2 14 31 35 B 2E
Octal 202 177 150 0 2 24 61 65 13 56
Binary 10000010 1111111 1101000 0 10 10100 110001 110101 1011 101110

Color Harmonies of #827F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F68

Black with #827F68

Text Example


Text Example

White with #827F68

Text Example


Text Example

HTML Codes & Css Web 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>