#978875

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

Shades of Pale Oyster #978875

Tints of Pale Oyster #978875

Color information

#978875 (or 0x978875) is unknown color: approx Pale Oyster. HEX triplet: 97, 88 and 75. RGB value is (151,136,117). Sum of RGB (Red+Green+Blue) = 151+136+117=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 151 - color contains mainly: red. Hex color #978875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978875 is #68778A. Grayscale: #8A8A8A. Windows color (decimal): -6846347 or 7702679. OLE color: 7702679.

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

Color convert

RGB151136117-
CMYK00.100.230.41
HSL33.53º14.05%52.55%-
HSV(B)33.53º22.52%59.22%-
XYZ24.7825.4720.44-
YUV138.32115.97137.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.38%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=37.38%
G=33.66%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113611700.100.230.4133.5314.0552.55
Hex9788750A172922e35
Octal2272101650122751421665
Binary1001011110001000111010101010101111010011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978875; }

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

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

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

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

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

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

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

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