#9D8D77

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

Shades of Pale Oyster #9D8D77

Tints of Pale Oyster #9D8D77

Color information

#9D8D77 (or 0x9D8D77) is unknown color: approx Pale Oyster. HEX triplet: 9D, 8D and 77. RGB value is (157,141,119). Sum of RGB (Red+Green+Blue) = 157+141+119=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D77 is #627288. Grayscale: #8F8F8F. Windows color (decimal): -6451849 or 7835037. OLE color: 7835037.

HSL color Cylindrical-coordinate representation of color #9D8D77: hue angle of 34.74º 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 #9D8D77 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB157141119-
CMYK00.100.240.38
HSL34.74º16.24%54.12%-
HSV(B)34.74º24.2%61.57%-
XYZ26.7627.5521.36-
YUV143.28114.3137.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 119 (46.88% from 255) = 28.54%
R=37.65%
G=33.81%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714111900.100.240.3834.7416.2454.12
Hex9D8D770A1826231036
Octal2352151670123046432066
Binary10011101100011011110111010101100010011010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,119); }

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

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

 a { background-color: rgb(157,141,119); }

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

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

 span { border-color: rgb(157,141,119); }

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