Html Css Color HEX #827E66 Bandicoot

📋 copy color: '#827E66'

red 130 ◦ green 126 ◦ blue 102

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

Shades of Bandicoot #827E66

Tints of Bandicoot #827E66

RGB

 RED value IS 130 (51.17% from 255) = 36.31%

 GREEN value IS 126 (49.61% from 255) = 35.2%

 BLUE value IS 102 (40.23% from 255) = 28.49%

R = 36.31%
G = 35.2%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#827E66 (or 0x827E66) is known color: Bandicoot. HEX triplet: 82, 7E and 66. RGB value is (130,126,102). Sum of RGB (Red+Green+Blue) = 130+126+102=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #827E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E66 is #7D8199. Grayscale: #7C7C7C. Windows color (decimal): -8225178 or 6717058. OLE color: 6717058.

HSL color Cylindrical-coordinate representation of color #827E66: hue angle of 51.43º 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 #827E66 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 102 -
CMYK 0 0.03 0.22 0.49
HSL 51.43º 0.12% 0.45% -
HSV(B) 51.43º 0.22% 0.51% -
XYZ 19.07 20.63 15.55 -
YUV 124.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 130 126 102 0 0.03 0.22 0.49 51.43 0.12 0.45
Hex 82 7E 66 0 3 16 31 33 C 2D
Octal 202 176 146 0 3 26 61 63 14 55
Binary 10000010 1111110 1100110 0 11 10110 110001 110011 1100 101101

Color Harmonies of #827E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E66

Black with #827E66

Text Example


Text Example

White with #827E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #827E66;
 }
 .AnyTagClassName
 {
   color: #827E66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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