#8F8F88

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

Shades of Jumbo #8F8F88

Tints of Jumbo #8F8F88

Color information

#8F8F88 (or 0x8F8F88) is unknown color: approx Jumbo. HEX triplet: 8F, 8F and 88. RGB value is (143,143,136). Sum of RGB (Red+Green+Blue) = 143+143+136=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 143 - color contains mainly: red, green. Hex color #8F8F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8F88 is #707077. Grayscale: #8E8E8E. Windows color (decimal): -7368824 or 8949647. OLE color: 8949647.

HSL color Cylindrical-coordinate representation of color #8F8F88: hue angle of 60º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F8F88 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB143143136-
CMYK000.050.44
HSL60º3.03%54.71%-
HSV(B)60º4.9%56.08%-
XYZ25.5927.2627.21-
YUV142.2124.5128.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=33.89%
G=33.89%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143143136000.050.44603.0354.71
Hex8F8F880052C3c337
Octal2172172100055474367
Binary1000111110001111100010000010110110011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8F88; }

 p { color: rgb(143,143,136); }

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

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

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

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

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

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

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