Html Css Color HEX #948975 Pale Oyster

📋 copy color: '#948975'

red 148 ◦ green 137 ◦ blue 117

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

Shades of Pale Oyster #948975

Tints of Pale Oyster #948975

RGB

 RED value IS 148 (58.2% from 255) = 36.82%

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

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

R = 36.82%
G = 34.08%
B = 29.1%

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

#948975 (or 0x948975) is known color: Pale Oyster. HEX triplet: 94, 89 and 75. RGB value is (148,137,117). Sum of RGB (Red+Green+Blue) = 148+137+117=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #948975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948975 is #6B768A. Grayscale: #8A8A8A. Windows color (decimal): -7042699 or 7702932. OLE color: 7702932.

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

Color convert

RGB 148 137 117 -
CMYK 0 0.07 0.21 0.42
HSL 38.71º 0.13% 0.52% -
HSV(B) 38.71º 0.21% 0.58% -
XYZ 24.37 25.47 20.46 -
YUV 138.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 148 137 117 0 0.07 0.21 0.42 38.71 0.13 0.52
Hex 94 89 75 0 7 15 2A 27 D 34
Octal 224 211 165 0 7 25 52 47 15 64
Binary 10010100 10001001 1110101 0 111 10101 101010 100111 1101 110100

Color Harmonies of #948975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948975

Black with #948975

Text Example


Text Example

White with #948975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948975; }

 p { color: rgb(148,137,117); }

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

background-color css

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

 a { background-color: rgb(148,137,117); }

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

border-color css

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

 span { border-color: rgb(148,137,117); }

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