#9C9078

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

Shades of Pale Oyster #9C9078

Tints of Pale Oyster #9C9078

Color information

#9C9078 (or 0x9C9078) is unknown color: approx Pale Oyster. HEX triplet: 9C, 90 and 78. RGB value is (156,144,120). Sum of RGB (Red+Green+Blue) = 156+144+120=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9078 is #636F87. Grayscale: #909090. Windows color (decimal): -6516616 or 7901340. OLE color: 7901340.

HSL color Cylindrical-coordinate representation of color #9C9078: hue angle of 40º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C9078 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB156144120-
CMYK00.080.230.39
HSL40º15.38%54.12%-
HSV(B)40º23.08%61.18%-
XYZ27.0728.3721.82-
YUV144.85113.98135.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=37.14%
G=34.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614412000.080.230.394015.3854.12
Hex9C907808172728f36
Octal2342201700102747501766
Binary1001110010010000111100001000101111001111010001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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