#8F907B

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

Shades of Jumbo #8F907B

Tints of Jumbo #8F907B

Color information

#8F907B (or 0x8F907B) is unknown color: approx Jumbo. HEX triplet: 8F, 90 and 7B. RGB value is (143,144,123). Sum of RGB (Red+Green+Blue) = 143+144+123=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #8F907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F907B is #706F84. Grayscale: #8D8D8D. Windows color (decimal): -7368581 or 8097935. OLE color: 8097935.

HSL color Cylindrical-coordinate representation of color #8F907B: hue angle of 62.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F907B is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB143144123-
CMYK0.0100.150.44
HSL62.86º8.64%52.35%-
HSV(B)62.86º14.58%56.47%-
XYZ24.8827.2222.68-
YUV141.31117.67129.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.88%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 123 (48.44% from 255) = 30%
R=34.88%
G=35.12%
B=30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431441230.0100.150.4462.868.6452.35
Hex8F907B10F2C3f934
Octal217220173101754771164
Binary100011111001000011110111011111011001111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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