Html Css Color HEX #958972 Pale Oyster

📋 copy color: '#958972'

red 149 ◦ green 137 ◦ blue 114

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

Shades of Pale Oyster #958972

Tints of Pale Oyster #958972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 37.25%
G = 34.25%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#958972 (or 0x958972) is known color: Pale Oyster. HEX triplet: 95, 89 and 72. RGB value is (149,137,114). Sum of RGB (Red+Green+Blue) = 149+137+114=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #958972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958972 is #6A768D. Grayscale: #8A8A8A. Windows color (decimal): -6977166 or 7506325. OLE color: 7506325.

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

Color convert

RGB 149 137 114 -
CMYK 0 0.08 0.23 0.42
HSL 39.43º 0.14% 0.52% -
HSV(B) 39.43º 0.23% 0.58% -
XYZ 24.38 25.5 19.56 -
YUV 137.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 149 137 114 0 0.08 0.23 0.42 39.43 0.14 0.52
Hex 95 89 72 0 8 17 2A 27 E 34
Octal 225 211 162 0 10 27 52 47 16 64
Binary 10010101 10001001 1110010 0 1000 10111 101010 100111 1110 110100

Color Harmonies of #958972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958972

Black with #958972

Text Example


Text Example

White with #958972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958972; }

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

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

background-color css

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

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

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

border-color css

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

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

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