Html Css Color HEX #958A75 Pale Oyster

📋 copy color: '#958A75'

red 149 ◦ green 138 ◦ blue 117

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

Shades of Pale Oyster #958A75

Tints of Pale Oyster #958A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 36.88%
G = 34.16%
B = 28.96%

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

#958A75 (or 0x958A75) is known color: Pale Oyster. HEX triplet: 95, 8A and 75. RGB value is (149,138,117). Sum of RGB (Red+Green+Blue) = 149+138+117=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #958A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A75 is #6A758A. Grayscale: #8A8A8A. Windows color (decimal): -6976907 or 7703189. OLE color: 7703189.

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

Color convert

RGB 149 138 117 -
CMYK 0 0.07 0.21 0.42
HSL 39.38º 0.13% 0.52% -
HSV(B) 39.38º 0.21% 0.58% -
XYZ 24.69 25.85 20.52 -
YUV 138.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 149 138 117 0 0.07 0.21 0.42 39.38 0.13 0.52
Hex 95 8A 75 0 7 15 2A 27 D 34
Octal 225 212 165 0 7 25 52 47 15 64
Binary 10010101 10001010 1110101 0 111 10101 101010 100111 1101 110100

Color Harmonies of #958A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A75

Black with #958A75

Text Example


Text Example

White with #958A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,138,117); }

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

background-color css

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

 a { background-color: rgb(149,138,117); }

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

border-color css

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

 span { border-color: rgb(149,138,117); }

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