#908F88

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

Shades of Jumbo #908F88

Tints of Jumbo #908F88

Color information

#908F88 (or 0x908F88) is unknown color: approx Jumbo. HEX triplet: 90, 8F and 88. RGB value is (144,143,136). Sum of RGB (Red+Green+Blue) = 144+143+136=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 144 - color contains mainly: red. Hex color #908F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908F88 is #6F7077. Grayscale: #8E8E8E. Windows color (decimal): -7303288 or 8949648. OLE color: 8949648.

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

Color convert

RGB144143136-
CMYK00.010.060.44
HSL52.5º3.48%54.9%-
HSV(B)52.5º5.56%56.47%-
XYZ25.7727.3527.21-
YUV142.5124.33129.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=34.04%
G=33.81%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414313600.010.060.4452.53.4854.9
Hex908F880162C35337
Octal2202172100165465367
Binary1001000010001111100010000111010110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908F88; }

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

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

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

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

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

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

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

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