Html Css Color HEX #958974 Pale Oyster

📋 copy color: '#958974'

red 149 ◦ green 137 ◦ blue 116

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

Shades of Pale Oyster #958974

Tints of Pale Oyster #958974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.08%

 BLUE value IS 116 (45.7% from 255) = 28.86%

R = 37.06%
G = 34.08%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#958974 (or 0x958974) is known color: Pale Oyster. HEX triplet: 95, 89 and 74. RGB value is (149,137,116). Sum of RGB (Red+Green+Blue) = 149+137+116=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #958974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958974 is #6A768B. Grayscale: #8A8A8A. Windows color (decimal): -6977164 or 7637397. OLE color: 7637397.

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

Color convert

RGB 149 137 116 -
CMYK 0 0.08 0.22 0.42
HSL 38.18º 0.13% 0.52% -
HSV(B) 38.18º 0.22% 0.58% -
XYZ 24.49 25.54 20.16 -
YUV 138.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 149 137 116 0 0.08 0.22 0.42 38.18 0.13 0.52
Hex 95 89 74 0 8 16 2A 26 D 34
Octal 225 211 164 0 10 26 52 46 15 64
Binary 10010101 10001001 1110100 0 1000 10110 101010 100110 1101 110100

Color Harmonies of #958974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958974

Black with #958974

Text Example


Text Example

White with #958974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958974; }

 p { color: rgb(149,137,116); }

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

background-color css

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

 a { background-color: rgb(149,137,116); }

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

border-color css

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

 span { border-color: rgb(149,137,116); }

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