Html Css Color HEX #958C76 Pale Oyster

📋 copy color: '#958C76'

red 149 ◦ green 140 ◦ blue 118

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

Shades of Pale Oyster #958C76

Tints of Pale Oyster #958C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 36.61%
G = 34.4%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958C76 (or 0x958C76) is known color: Pale Oyster. HEX triplet: 95, 8C and 76. RGB value is (149,140,118). Sum of RGB (Red+Green+Blue) = 149+140+118=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #958C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958C76 is #6A7389. Grayscale: #8C8C8C. Windows color (decimal): -6976394 or 7769237. OLE color: 7769237.

HSL color Cylindrical-coordinate representation of color #958C76: hue angle of 42.58º 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 #958C76 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 140 118 -
CMYK 0 0.06 0.21 0.42
HSL 42.58º 0.13% 0.52% -
HSV(B) 42.58º 0.21% 0.58% -
XYZ 25.04 26.45 20.93 -
YUV 140.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 149 140 118 0 0.06 0.21 0.42 42.58 0.13 0.52
Hex 95 8C 76 0 6 15 2A 2B D 34
Octal 225 214 166 0 6 25 52 53 15 64
Binary 10010101 10001100 1110110 0 110 10101 101010 101011 1101 110100

Color Harmonies of #958C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C76

Black with #958C76

Text Example


Text Example

White with #958C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #958C76;
 }
 .AnyTagClassName
 {
   color: #958C76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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