#88874B

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

Shades of Highball #88874B

Tints of Highball #88874B

Color information

#88874B (or 0x88874B) is unknown color: approx Highball. HEX triplet: 88, 87 and 4B. RGB value is (136,135,75). Sum of RGB (Red+Green+Blue) = 136+135+75=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #88874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88874B is #7778B4. Grayscale: #808080. Windows color (decimal): -7829685 or 4949896. OLE color: 4949896.

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

Color convert

RGB13613575-
CMYK00.010.450.47
HSL59.02º28.91%41.37%-
HSV(B)59.02º44.85%53.33%-
XYZ20.0923.0710.05-
YUV128.4697.83133.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.31%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=39.31%
G=39.02%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361357500.010.450.4759.0228.9141.37
Hex88874B012D2F3b1d29
Octal210207113015557733551
Binary100010001000011110010110110110110111111101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88874B; }

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

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

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

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

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

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

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

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