Html Css Color HEX #808067 Bandicoot

📋 copy color: '#808067'

red 128 ◦ green 128 ◦ blue 103

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

Shades of Bandicoot #808067

Tints of Bandicoot #808067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.65%

 BLUE value IS 103 (40.63% from 255) = 28.69%

R = 35.65%
G = 35.65%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#808067 (or 0x808067) is known color: Bandicoot. HEX triplet: 80, 80 and 67. RGB value is (128,128,103). Sum of RGB (Red+Green+Blue) = 128+128+103=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808067 is #7F7F98. Grayscale: #7D7D7D. Windows color (decimal): -8355737 or 6783104. OLE color: 6783104.

HSL color Cylindrical-coordinate representation of color #808067: hue angle of 60º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #808067 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 128 103 -
CMYK 0 0 0.20 0.50
HSL 60º 0.11% 0.45% -
HSV(B) 60º 0.2% 0.5% -
XYZ 19.07 21.01 15.88 -
YUV 125.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 128 128 103 0 0 0.20 0.50 60 0.11 0.45
Hex 80 80 67 0 0 14 32 3C B 2D
Octal 200 200 147 0 0 24 62 74 13 55
Binary 10000000 10000000 1100111 0 0 10100 110010 111100 1011 101101

Color Harmonies of #808067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808067

Black with #808067

Text Example


Text Example

White with #808067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808067; }

 p { color: rgb(128,128,103); }

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

background-color css

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

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

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

border-color css

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

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

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