#908F7D

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

Shades of Jumbo #908F7D

Tints of Jumbo #908F7D

Color information

#908F7D (or 0x908F7D) is unknown color: approx Jumbo. HEX triplet: 90, 8F and 7D. RGB value is (144,143,125). Sum of RGB (Red+Green+Blue) = 144+143+125=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F7D is #6F7082. Grayscale: #8D8D8D. Windows color (decimal): -7303299 or 8228752. OLE color: 8228752.

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

Color convert

RGB144143125-
CMYK00.010.130.44
HSL56.84º7.88%52.75%-
HSV(B)56.84º13.19%56.47%-
XYZ25.0327.0523.31-
YUV141.25118.83129.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=34.95%
G=34.71%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414312500.010.130.4456.847.8852.75
Hex908F7D01D2C39835
Octal220217175011554711065
Binary100100001000111111111010111011011001110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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