Html Css Color HEX #827F6A Bandicoot

📋 copy color: '#827F6A'

red 130 ◦ green 127 ◦ blue 106

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

Shades of Bandicoot #827F6A

Tints of Bandicoot #827F6A

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 35.81%
G = 34.99%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#827F6A (or 0x827F6A) is known color: Bandicoot. HEX triplet: 82, 7F and 6A. RGB value is (130,127,106). Sum of RGB (Red+Green+Blue) = 130+127+106=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #827F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F6A is #7D8095. Grayscale: #7D7D7D. Windows color (decimal): -8224918 or 6979458. OLE color: 6979458.

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

Color convert

RGB 130 127 106 -
CMYK 0 0.02 0.18 0.49
HSL 52.5º 0.1% 0.46% -
HSV(B) 52.5º 0.18% 0.51% -
XYZ 19.4 20.97 16.66 -
YUV 125.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 130 127 106 0 0.02 0.18 0.49 52.5 0.1 0.46
Hex 82 7F 6A 0 2 12 31 34 A 2E
Octal 202 177 152 0 2 22 61 64 12 56
Binary 10000010 1111111 1101010 0 10 10010 110001 110100 1010 101110

Color Harmonies of #827F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F6A

Black with #827F6A

Text Example


Text Example

White with #827F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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