#9D9078

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

Shades of Pale Oyster #9D9078

Tints of Pale Oyster #9D9078

Color information

#9D9078 (or 0x9D9078) is unknown color: approx Pale Oyster. HEX triplet: 9D, 90 and 78. RGB value is (157,144,120). Sum of RGB (Red+Green+Blue) = 157+144+120=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9078 is #626F87. Grayscale: #919191. Windows color (decimal): -6451080 or 7901341. OLE color: 7901341.

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

Color convert

RGB157144120-
CMYK00.080.240.38
HSL38.92º15.88%54.31%-
HSV(B)38.92º23.57%61.57%-
XYZ27.2728.4721.83-
YUV145.15113.81136.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 120 (47.27% from 255) = 28.50%
R=37.29%
G=34.20%
B=28.50%

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
Decimal15714412000.080.240.3838.9215.8854.31
Hex9D9078081826271036
Octal2352201700103046472066
Binary10011101100100001111000010001100010011010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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