Html Css Color HEX #807F61 Bandicoot

📋 copy color: '#807F61'

red 128 ◦ green 127 ◦ blue 97

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

Shades of Bandicoot #807F61

Tints of Bandicoot #807F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.56%

R = 36.36%
G = 36.08%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#807F61 (or 0x807F61) is known color: Bandicoot. HEX triplet: 80, 7F and 61. RGB value is (128,127,97). Sum of RGB (Red+Green+Blue) = 128+127+97=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #807F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F61 is #7F809E. Grayscale: #7B7B7B. Windows color (decimal): -8355999 or 6389632. OLE color: 6389632.

HSL color Cylindrical-coordinate representation of color #807F61: hue angle of 58.06º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807F61 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 127 97 -
CMYK 0 0.01 0.24 0.50
HSL 58.06º 0.14% 0.44% -
HSV(B) 58.06º 0.24% 0.5% -
XYZ 18.65 20.63 14.31 -
YUV 123.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 128 127 97 0 0.01 0.24 0.50 58.06 0.14 0.44
Hex 80 7F 61 0 1 18 32 3A E 2C
Octal 200 177 141 0 1 30 62 72 16 54
Binary 10000000 1111111 1100001 0 1 11000 110010 111010 1110 101100

Color Harmonies of #807F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807F61

Black with #807F61

Text Example


Text Example

White with #807F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,127,97); }

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

background-color css

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

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

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

border-color css

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

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

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