#9B9078

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

Shades of Pale Oyster #9B9078

Tints of Pale Oyster #9B9078

Color information

#9B9078 (or 0x9B9078) is unknown color: approx Pale Oyster. HEX triplet: 9B, 90 and 78. RGB value is (155,144,120). Sum of RGB (Red+Green+Blue) = 155+144+120=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9078 is #646F87. Grayscale: #909090. Windows color (decimal): -6582152 or 7901339. OLE color: 7901339.

HSL color Cylindrical-coordinate representation of color #9B9078: hue angle of 41.14º 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 #9B9078 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB155144120-
CMYK00.070.230.39
HSL41.14º14.89%53.92%-
HSV(B)41.14º22.58%60.78%-
XYZ26.8828.2721.81-
YUV144.55114.14135.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.99%
GREEN value IS 144 (56.64% from 255) = 34.37%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=36.99%
G=34.37%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514412000.070.230.3941.1414.8953.92
Hex9B907807172729f36
Octal233220170072747511766
Binary100110111001000011110000111101111001111010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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