Html Css Color HEX #888761 Bandicoot

📋 copy color: '#888761'

red 136 ◦ green 135 ◦ blue 97

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

Shades of Bandicoot #888761

Tints of Bandicoot #888761

RGB

 RED value IS 136 (53.52% from 255) = 36.96%

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 36.96%
G = 36.68%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#888761 (or 0x888761) is known color: Bandicoot. HEX triplet: 88, 87 and 61. RGB value is (136,135,97). Sum of RGB (Red+Green+Blue) = 136+135+97=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #888761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888761 is #77789E. Grayscale: #838383. Windows color (decimal): -7829663 or 6391688. OLE color: 6391688.

HSL color Cylindrical-coordinate representation of color #888761: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #888761 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 135 97 -
CMYK 0 0.01 0.29 0.47
HSL 58.46º 0.17% 0.46% -
HSV(B) 58.46º 0.29% 0.53% -
XYZ 20.97 23.43 14.73 -
YUV 130.97 108.83 131.59 -
System Red Green Blue C M Y K H S L
Decimal 136 135 97 0 0.01 0.29 0.47 58.46 0.17 0.46
Hex 88 87 61 0 1 1D 2F 3A 11 2E
Octal 210 207 141 0 1 35 57 72 21 56
Binary 10001000 10000111 1100001 0 1 11101 101111 111010 10001 101110

Color Harmonies of #888761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888761

Black with #888761

Text Example


Text Example

White with #888761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888761; }

 p { color: rgb(136,135,97); }

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

background-color css

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

 a { background-color: rgb(136,135,97); }

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

border-color css

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

 span { border-color: rgb(136,135,97); }

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