Html Css Color HEX #958B76 Pale Oyster

📋 copy color: '#958B76'

red 149 ◦ green 139 ◦ blue 118

#958B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Oyster #958B76

Tints of Pale Oyster #958B76

RGB

 RED value IS 149 (58.59% from 255) = 36.7%

 GREEN value IS 139 (54.69% from 255) = 34.24%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 36.7%
G = 34.24%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958B76 (or 0x958B76) is known color: 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

RGB 149 139 118 -
CMYK 0 0.07 0.21 0.42
HSL 40.65º 0.13% 0.52% -
HSV(B) 40.65º 0.21% 0.58% -
XYZ 24.9 26.16 20.88 -
YUV 139.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 149 139 118 0 0.07 0.21 0.42 40.65 0.13 0.52
Hex 95 8B 76 0 7 15 2A 29 D 34
Octal 225 213 166 0 7 25 52 51 15 64
Binary 10010101 10001011 1110110 0 111 10101 101010 101001 1101 110100

Color Harmonies of #958B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B76

Black with #958B76

Text Example


Text Example

White with #958B76

Text Example


Text Example

HTML Codes & Css Web 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>