#958B76

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

Shades of Pale Oyster #958B76

Tints of Pale Oyster #958B76

Color information

#958B76 (or 0x958B76) is unknown color: approx Pale Oyster. HEX triplet: 95, 8B and 76. RGB value is (149,139,118). Sum of RGB (Red+Green+Blue) = 149+139+118=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #958B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958B76 is #6A7489. Grayscale: #8B8B8B. Windows color (decimal): -6976650 or 7768981. OLE color: 7768981.

HSL color Cylindrical-coordinate representation of color #958B76: hue angle of 40.65º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958B76 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB149139118-
CMYK00.070.210.42
HSL40.65º12.76%52.35%-
HSV(B)40.65º20.81%58.43%-
XYZ24.926.1620.88-
YUV139.6115.81134.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=36.70%
G=34.24%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913911800.070.210.4240.6512.7652.35
Hex958B7607152A29d34
Octal225213166072552511564
Binary100101011000101111101100111101011010101010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958B76; }

 p { color: rgb(149,139,118); }

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

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

 a { background-color: rgb(149,139,118); }

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

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

 span { border-color: rgb(149,139,118); }

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