Html Css Color HEX #827F6C Bandicoot

📋 copy color: '#827F6C'

red 130 ◦ green 127 ◦ blue 108

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

Shades of Bandicoot #827F6C

Tints of Bandicoot #827F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 35.62%
G = 34.79%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#827F6C (or 0x827F6C) is known color: Bandicoot. HEX triplet: 82, 7F and 6C. RGB value is (130,127,108). Sum of RGB (Red+Green+Blue) = 130+127+108=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 130 - color contains mainly: red. Hex color #827F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F6C is #7D8093. Grayscale: #7D7D7D. Windows color (decimal): -8224916 or 7110530. OLE color: 7110530.

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

Color convert

RGB 130 127 108 -
CMYK 0 0.02 0.17 0.49
HSL 51.82º 0.09% 0.47% -
HSV(B) 51.82º 0.17% 0.51% -
XYZ 19.5 21.01 17.21 -
YUV 125.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 130 127 108 0 0.02 0.17 0.49 51.82 0.09 0.47
Hex 82 7F 6C 0 2 11 31 34 9 2F
Octal 202 177 154 0 2 21 61 64 11 57
Binary 10000010 1111111 1101100 0 10 10001 110001 110100 1001 101111

Color Harmonies of #827F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F6C

Black with #827F6C

Text Example


Text Example

White with #827F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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