#928872

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

Shades of Pale Oyster #928872

Tints of Pale Oyster #928872

Color information

#928872 (or 0x928872) is unknown color: approx Pale Oyster. HEX triplet: 92, 88 and 72. RGB value is (146,136,114). Sum of RGB (Red+Green+Blue) = 146+136+114=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #928872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928872 is #6D778D. Grayscale: #888888. Windows color (decimal): -7174030 or 7506066. OLE color: 7506066.

HSL color Cylindrical-coordinate representation of color #928872: hue angle of 41.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #928872 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB146136114-
CMYK00.070.220.43
HSL41.25º12.8%50.98%-
HSV(B)41.25º21.92%57.25%-
XYZ23.724.9319.48-
YUV136.48115.31134.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=36.87%
G=34.34%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613611400.070.220.4341.2512.850.98
Hex92887207162B29d33
Octal222210162072653511563
Binary100100101000100011100100111101101010111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928872; }

 p { color: rgb(146,136,114); }

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

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

 a { background-color: rgb(146,136,114); }

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

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

 span { border-color: rgb(146,136,114); }

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