#887F44

Color #887F44 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #887F44

Tints of Highball #887F44

Color information

#887F44 (or 0x887F44) is unknown color: approx Highball. HEX triplet: 88, 7F and 44. RGB value is (136,127,68). Sum of RGB (Red+Green+Blue) = 136+127+68=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #887F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887F44 is #7780BB. Grayscale: #7B7B7B. Windows color (decimal): -7831740 or 4489096. OLE color: 4489096.

HSL color Cylindrical-coordinate representation of color #887F44: hue angle of 52.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #887F44 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB13612768-
CMYK00.070.500.47
HSL52.06º33.33%40%-
HSV(B)52.06º50%53.33%-
XYZ18.7920.838.5-
YUV122.9696.98137.3-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 68 (26.95% from 255) = 20.54%
R=41.09%
G=38.37%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361276800.070.500.4752.0633.3340
Hex887F4407322F342128
Octal210177104076257644150
Binary10001000111111110001000111110010101111110100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887F44; }

 p { color: rgb(136,127,68); }

 H1.HeaderClassName
 {
   color: #887F44;
 }
 .AnyTagClassName
 {
   color: #887F44;
 }
</style>
background-color css

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

 a { background-color: rgb(136,127,68); }

 div.DivClassName
 {
   background-color: #887F44;
 }
 .BgClassName
 {
   background-color: #887F44;
 }
</style>
border-color css

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

 span { border-color: rgb(136,127,68); }

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