#938770

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

Shades of Pale Oyster #938770

Tints of Pale Oyster #938770

Color information

#938770 (or 0x938770) is unknown color: approx Pale Oyster. HEX triplet: 93, 87 and 70. RGB value is (147,135,112). Sum of RGB (Red+Green+Blue) = 147+135+112=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #938770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938770 is #6C788F. Grayscale: #888888. Windows color (decimal): -7108752 or 7374739. OLE color: 7374739.

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

Color convert

RGB147135112-
CMYK00.080.240.42
HSL39.43º13.94%50.78%-
HSV(B)39.43º23.81%57.65%-
XYZ23.6224.718.85-
YUV135.97114.48135.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=37.31%
G=34.26%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713511200.080.240.4239.4313.9450.78
Hex93877008182A27e33
Octal2232071600103052471663
Binary1001001110000111111000001000110001010101001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938770; }

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

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

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

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

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

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

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

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