Html Css Color HEX #807E6A Bandicoot

📋 copy color: '#807E6A'

red 128 ◦ green 126 ◦ blue 106

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

Shades of Bandicoot #807E6A

Tints of Bandicoot #807E6A

RGB

 RED value IS 128 (50.39% from 255) = 35.56%

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

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

R = 35.56%
G = 35%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#807E6A (or 0x807E6A) is known color: Bandicoot. HEX triplet: 80, 7E and 6A. RGB value is (128,126,106). Sum of RGB (Red+Green+Blue) = 128+126+106=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 128 - color contains mainly: red. Hex color #807E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807E6A is #7F8195. Grayscale: #7C7C7C. Windows color (decimal): -8356246 or 6979200. OLE color: 6979200.

HSL color Cylindrical-coordinate representation of color #807E6A: hue angle of 54.55º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #807E6A is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 126 106 -
CMYK 0 0.02 0.17 0.50
HSL 54.55º 0.09% 0.46% -
HSV(B) 54.55º 0.17% 0.5% -
XYZ 18.96 20.55 16.6 -
YUV 124.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 128 126 106 0 0.02 0.17 0.50 54.55 0.09 0.46
Hex 80 7E 6A 0 2 11 32 37 9 2E
Octal 200 176 152 0 2 21 62 67 11 56
Binary 10000000 1111110 1101010 0 10 10001 110010 110111 1001 101110

Color Harmonies of #807E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807E6A

Black with #807E6A

Text Example


Text Example

White with #807E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807E6A; }

 p { color: rgb(128,126,106); }

 H1.HeaderClassName
 {
   color: #807E6A;
 }
 .AnyTagClassName
 {
   color: #807E6A;
 }
</style>

background-color css

<style>
 a { background-color: #807E6A; }

 a { background-color: rgb(128,126,106); }

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

border-color css

<style>
 span { border-color: #807E6A; }

 span { border-color: rgb(128,126,106); }

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