#908E7F

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

Shades of Jumbo #908E7F

Tints of Jumbo #908E7F

Color information

#908E7F (or 0x908E7F) is unknown color: approx Jumbo. HEX triplet: 90, 8E and 7F. RGB value is (144,142,127). Sum of RGB (Red+Green+Blue) = 144+142+127=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #908E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908E7F is #6F7180. Grayscale: #8C8C8C. Windows color (decimal): -7303553 or 8359568. OLE color: 8359568.

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

Color convert

RGB144142127-
CMYK00.010.120.44
HSL52.94º7.11%53.14%-
HSV(B)52.94º11.81%56.47%-
XYZ25.0126.8123.94-
YUV140.89120.16130.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.87%
GREEN value IS 142 (55.86% from 255) = 34.38%
BLUE value IS 127 (50% from 255) = 30.75%
R=34.87%
G=34.38%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414212700.010.120.4452.947.1153.14
Hex908E7F01C2C35735
Octal22021617701145465765
Binary10010000100011101111111011100101100110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,142,127); }

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

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

 a { background-color: rgb(144,142,127); }

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

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

 span { border-color: rgb(144,142,127); }

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