#908F7C

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

Shades of Jumbo #908F7C

Tints of Jumbo #908F7C

Color information

#908F7C (or 0x908F7C) is unknown color: approx Jumbo. HEX triplet: 90, 8F and 7C. RGB value is (144,143,124). Sum of RGB (Red+Green+Blue) = 144+143+124=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F7C is #6F7083. Grayscale: #8D8D8D. Windows color (decimal): -7303300 or 8163216. OLE color: 8163216.

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

Color convert

RGB144143124-
CMYK00.010.140.44
HSL57º8.26%52.55%-
HSV(B)57º13.89%56.47%-
XYZ24.9627.0322.97-
YUV141.13118.33130.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=35.04%
G=34.79%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414312400.010.140.44578.2652.55
Hex908F7C01E2C39835
Octal220217174011654711065
Binary100100001000111111111000111101011001110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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