#948772

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

Shades of Pale Oyster #948772

Tints of Pale Oyster #948772

Color information

#948772 (or 0x948772) is unknown color: approx Pale Oyster. HEX triplet: 94, 87 and 72. RGB value is (148,135,114). Sum of RGB (Red+Green+Blue) = 148+135+114=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948772 is #6B788D. Grayscale: #888888. Windows color (decimal): -7043214 or 7505812. OLE color: 7505812.

HSL color Cylindrical-coordinate representation of color #948772: hue angle of 37.06º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #948772 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB148135114-
CMYK00.090.230.42
HSL37.06º13.71%51.37%-
HSV(B)37.06º22.97%58.04%-
XYZ23.9124.8419.45-
YUV136.49115.31136.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 135 (53.12% from 255) = 34.01%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=37.28%
G=34.01%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813511400.090.230.4237.0613.7151.37
Hex94877209172A25e33
Octal2242071620112752451663
Binary1001010010000111111001001001101111010101001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948772; }

 p { color: rgb(148,135,114); }

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

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

 a { background-color: rgb(148,135,114); }

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

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

 span { border-color: rgb(148,135,114); }

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