#978975

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

Shades of Pale Oyster #978975

Tints of Pale Oyster #978975

Color information

#978975 (or 0x978975) is unknown color: approx Pale Oyster. HEX triplet: 97, 89 and 75. RGB value is (151,137,117). Sum of RGB (Red+Green+Blue) = 151+137+117=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #978975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978975 is #68768A. Grayscale: #8B8B8B. Windows color (decimal): -6846091 or 7702935. OLE color: 7702935.

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

Color convert

RGB151137117-
CMYK00.090.230.41
HSL35.29º14.05%52.55%-
HSV(B)35.29º22.52%59.22%-
XYZ24.9225.7520.49-
YUV138.91115.64136.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.28%
GREEN value IS 137 (53.91% from 255) = 33.83%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=37.28%
G=33.83%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113711700.090.230.4135.2914.0552.55
Hex97897509172923e35
Octal2272111650112751431665
Binary1001011110001001111010101001101111010011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978975; }

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

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

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

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

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

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

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

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