#9F8F7A

Color #9F8F7A Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #9F8F7A

Tints of Pale Oyster #9F8F7A

Color information

#9F8F7A (or 0x9F8F7A) is unknown color: approx Pale Oyster. HEX triplet: 9F, 8F and 7A. RGB value is (159,143,122). Sum of RGB (Red+Green+Blue) = 159+143+122=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8F7A is #607085. Grayscale: #919191. Windows color (decimal): -6320262 or 8032159. OLE color: 8032159.

HSL color Cylindrical-coordinate representation of color #9F8F7A: hue angle of 34.05º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F8F7A is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB159143122-
CMYK00.100.230.38
HSL34.05º16.16%55.1%-
HSV(B)34.05º23.27%62.35%-
XYZ27.6328.4222.44-
YUV145.39114.8137.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.5%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 122 (48.05% from 255) = 28.77%
R=37.5%
G=33.73%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914312200.100.230.3834.0516.1655.1
Hex9F8F7A0A1726221037
Octal2372171720122746422067
Binary10011111100011111111010010101011110011010001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8F7A; }

 p { color: rgb(159,143,122); }

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

<style>
 a { background-color: #9F8F7A; }

 a { background-color: rgb(159,143,122); }

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

<style>
 span { border-color: #9F8F7A; }

 span { border-color: rgb(159,143,122); }

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