#978871

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

Shades of Pale Oyster #978871

Tints of Pale Oyster #978871

Color information

#978871 (or 0x978871) is unknown color: approx Pale Oyster. HEX triplet: 97, 88 and 71. RGB value is (151,136,113). Sum of RGB (Red+Green+Blue) = 151+136+113=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #978871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978871 is #68778E. Grayscale: #898989. Windows color (decimal): -6846351 or 7440535. OLE color: 7440535.

HSL color Cylindrical-coordinate representation of color #978871: hue angle of 36.32º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #978871 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB151136113-
CMYK00.100.250.41
HSL36.32º15.45%51.76%-
HSV(B)36.32º25.17%59.22%-
XYZ24.5525.3819.23-
YUV137.86113.97137.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 136 (53.52% from 255) = 34%
BLUE value IS 113 (44.53% from 255) = 28.25%
R=37.75%
G=34%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113611300.100.250.4136.3215.4551.76
Hex9788710A192924f34
Octal2272101610123151441764
Binary1001011110001000111000101010110011010011001001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978871; }

 p { color: rgb(151,136,113); }

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

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

 a { background-color: rgb(151,136,113); }

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

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

 span { border-color: rgb(151,136,113); }

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