#938771

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

Shades of Pale Oyster #938771

Tints of Pale Oyster #938771

Color information

#938771 (or 0x938771) is unknown color: approx Pale Oyster. HEX triplet: 93, 87 and 71. RGB value is (147,135,113). Sum of RGB (Red+Green+Blue) = 147+135+113=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 147 - color contains mainly: red. Hex color #938771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938771 is #6C788E. Grayscale: #888888. Windows color (decimal): -7108751 or 7440275. OLE color: 7440275.

HSL color Cylindrical-coordinate representation of color #938771: hue angle of 38.82º 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 #938771 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB147135113-
CMYK00.080.230.42
HSL38.82º13.6%50.98%-
HSV(B)38.82º23.13%57.65%-
XYZ23.6824.7219.15-
YUV136.08114.98135.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.22%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=37.22%
G=34.18%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713511300.080.230.4238.8213.650.98
Hex93877108172A27e33
Octal2232071610102752471663
Binary1001001110000111111000101000101111010101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938771; }

 p { color: rgb(147,135,113); }

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

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

 a { background-color: rgb(147,135,113); }

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

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

 span { border-color: rgb(147,135,113); }

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