#89887B

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

Shades of Jumbo #89887B

Tints of Jumbo #89887B

Color information

#89887B (or 0x89887B) is unknown color: approx Jumbo. HEX triplet: 89, 88 and 7B. RGB value is (137,136,123). Sum of RGB (Red+Green+Blue) = 137+136+123=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 137 - color contains mainly: red. Hex color #89887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89887B is #767784. Grayscale: #868686. Windows color (decimal): -7763845 or 8095881. OLE color: 8095881.

HSL color Cylindrical-coordinate representation of color #89887B: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #89887B is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB137136123-
CMYK00.010.100.46
HSL55.71º5.6%50.98%-
HSV(B)55.71º10.22%53.73%-
XYZ22.724.3622.24-
YUV134.82121.33129.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.60%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=34.60%
G=34.34%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713612300.010.100.4655.715.650.98
Hex89887B01A2E38633
Octal21121017301125670663
Binary10001001100010001111011011010101110111000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,136,123); }

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

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

 a { background-color: rgb(137,136,123); }

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

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

 span { border-color: rgb(137,136,123); }

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