#978B75

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

Shades of Pale Oyster #978B75

Tints of Pale Oyster #978B75

Color information

#978B75 (or 0x978B75) is unknown color: approx Pale Oyster. HEX triplet: 97, 8B and 75. RGB value is (151,139,117). Sum of RGB (Red+Green+Blue) = 151+139+117=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #978B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B75 is #68748A. Grayscale: #8C8C8C. Windows color (decimal): -6845579 or 7703447. OLE color: 7703447.

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

Color convert

RGB151139117-
CMYK00.080.230.41
HSL38.82º14.05%52.55%-
HSV(B)38.82º22.52%59.22%-
XYZ25.2126.3320.58-
YUV140.08114.98135.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 117 (46.09% from 255) = 28.75%
R=37.10%
G=34.15%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113911700.080.230.4138.8214.0552.55
Hex978B7508172927e35
Octal2272131650102751471665
Binary1001011110001011111010101000101111010011001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978B75; }

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

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

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

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

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

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

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

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