Html Css Color HEX #948A74 Pale Oyster

📋 copy color: '#948A74'

red 148 ◦ green 138 ◦ blue 116

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

Shades of Pale Oyster #948A74

Tints of Pale Oyster #948A74

RGB

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

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

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

R = 36.82%
G = 34.33%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#948A74 (or 0x948A74) is known color: Pale Oyster. HEX triplet: 94, 8A and 74. RGB value is (148,138,116). Sum of RGB (Red+Green+Blue) = 148+138+116=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #948A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A74 is #6B758B. Grayscale: #8A8A8A. Windows color (decimal): -7042444 or 7637652. OLE color: 7637652.

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

Color convert

RGB 148 138 116 -
CMYK 0 0.07 0.22 0.42
HSL 41.25º 0.13% 0.52% -
HSV(B) 41.25º 0.22% 0.58% -
XYZ 24.45 25.73 20.2 -
YUV 138.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 148 138 116 0 0.07 0.22 0.42 41.25 0.13 0.52
Hex 94 8A 74 0 7 16 2A 29 D 34
Octal 224 212 164 0 7 26 52 51 15 64
Binary 10010100 10001010 1110100 0 111 10110 101010 101001 1101 110100

Color Harmonies of #948A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948A74

Black with #948A74

Text Example


Text Example

White with #948A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948A74; }

 p { color: rgb(148,138,116); }

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

background-color css

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

 a { background-color: rgb(148,138,116); }

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

border-color css

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

 span { border-color: rgb(148,138,116); }

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