#888745

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

Shades of Highball #888745

Tints of Highball #888745

Color information

#888745 (or 0x888745) is unknown color: approx Highball. HEX triplet: 88, 87 and 45. RGB value is (136,135,69). Sum of RGB (Red+Green+Blue) = 136+135+69=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #888745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #888745 is #7778BA. Grayscale: #808080. Windows color (decimal): -7829691 or 4556680. OLE color: 4556680.

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

Color convert

RGB13613569-
CMYK00.010.490.47
HSL59.1º32.68%40.2%-
HSV(B)59.1º49.26%53.33%-
XYZ19.8922.999.02-
YUV127.7894.83133.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=40%
G=39.71%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361356900.010.490.4759.132.6840.2
Hex88874501312F3b2128
Octal210207105016157734150
Binary1000100010000111100010101110001101111111011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888745; }

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

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

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

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

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

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

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

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