#978B6B

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

Shades of Pale Oyster #978B6B

Tints of Pale Oyster #978B6B

Color information

#978B6B (or 0x978B6B) is unknown color: approx Pale Oyster. HEX triplet: 97, 8B and 6B. RGB value is (151,139,107). Sum of RGB (Red+Green+Blue) = 151+139+107=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #978B6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B6B is #687494. Grayscale: #8B8B8B. Windows color (decimal): -6845589 or 7048087. OLE color: 7048087.

HSL color Cylindrical-coordinate representation of color #978B6B: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978B6B is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB151139107-
CMYK00.080.290.41
HSL43.64º17.46%50.59%-
HSV(B)43.64º29.14%59.22%-
XYZ24.6526.1117.65-
YUV138.94109.98136.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 107 (42.19% from 255) = 26.95%
R=38.04%
G=35.01%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113910700.080.290.4143.6417.4650.59
Hex978B6B081D292c1133
Octal2272131530103551542163
Binary10010111100010111101011010001110110100110110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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