#9D9077

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

Shades of Pale Oyster #9D9077

Tints of Pale Oyster #9D9077

Color information

#9D9077 (or 0x9D9077) is unknown color: approx Pale Oyster. HEX triplet: 9D, 90 and 77. RGB value is (157,144,119). Sum of RGB (Red+Green+Blue) = 157+144+119=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9077 is #626F88. Grayscale: #919191. Windows color (decimal): -6451081 or 7835805. OLE color: 7835805.

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

Color convert

RGB157144119-
CMYK00.080.240.38
HSL39.47º16.24%54.12%-
HSV(B)39.47º24.2%61.57%-
XYZ27.2128.4521.51-
YUV145.04113.31136.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.38%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=37.38%
G=34.29%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714411900.080.240.3839.4716.2454.12
Hex9D9077081826271036
Octal2352201670103046472066
Binary10011101100100001110111010001100010011010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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