#948770

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

Shades of Pale Oyster #948770

Tints of Pale Oyster #948770

Color information

#948770 (or 0x948770) is unknown color: approx Pale Oyster. HEX triplet: 94, 87 and 70. RGB value is (148,135,112). Sum of RGB (Red+Green+Blue) = 148+135+112=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948770 is #6B788F. Grayscale: #888888. Windows color (decimal): -7043216 or 7374740. OLE color: 7374740.

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

Color convert

RGB148135112-
CMYK00.090.240.42
HSL38.33º14.4%50.98%-
HSV(B)38.33º24.32%58.04%-
XYZ23.824.7918.86-
YUV136.26114.31136.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=37.47%
G=34.18%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813511200.090.240.4238.3314.450.98
Hex94877009182A26e33
Octal2242071600113052461663
Binary1001010010000111111000001001110001010101001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948770; }

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

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

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

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

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

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

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

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