#9D8F78

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

Shades of Pale Oyster #9D8F78

Tints of Pale Oyster #9D8F78

Color information

#9D8F78 (or 0x9D8F78) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8F and 78. RGB value is (157,143,120). Sum of RGB (Red+Green+Blue) = 157+143+120=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F78 is #627087. Grayscale: #909090. Windows color (decimal): -6451336 or 7901085. OLE color: 7901085.

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

Color convert

RGB157143120-
CMYK00.090.240.38
HSL37.3º15.88%54.31%-
HSV(B)37.3º23.57%61.57%-
XYZ27.1228.1721.78-
YUV144.56114.14136.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.38%
GREEN value IS 143 (56.25% from 255) = 34.05%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=37.38%
G=34.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714312000.090.240.3837.315.8854.31
Hex9D8F78091826251036
Octal2352171700113046452066
Binary10011101100011111111000010011100010011010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,143,120); }

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

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

 a { background-color: rgb(157,143,120); }

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

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

 span { border-color: rgb(157,143,120); }

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