Html Css Color HEX #948770 Pale Oyster

📋 copy color: '#948770'

red 148 ◦ green 135 ◦ blue 112

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

Shades of Pale Oyster #948770

Tints of Pale Oyster #948770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

 BLUE value IS 112 (44.14% from 255) = 28.35%

R = 37.47%
G = 34.18%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#948770 (or 0x948770) is known color: Pale Oyster. HEX triplet: 94, 87 and 70. RGB value is (148,135,112). Sum of RGB (Red+Green+Blue) = 148+135+112=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948770 is #6B788F. Grayscale: #888888. Windows color (decimal): -7043216 or 7374740. OLE color: 7374740.

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

Color convert

RGB 148 135 112 -
CMYK 0 0.09 0.24 0.42
HSL 38.33º 0.14% 0.51% -
HSV(B) 38.33º 0.24% 0.58% -
XYZ 23.8 24.79 18.86 -
YUV 136.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 148 135 112 0 0.09 0.24 0.42 38.33 0.14 0.51
Hex 94 87 70 0 9 18 2A 26 E 33
Octal 224 207 160 0 11 30 52 46 16 63
Binary 10010100 10000111 1110000 0 1001 11000 101010 100110 1110 110011

Color Harmonies of #948770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948770

Black with #948770

Text Example


Text Example

White with #948770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948770; }

 p { color: rgb(148,135,112); }

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

background-color css

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

 a { background-color: rgb(148,135,112); }

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

border-color css

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

 span { border-color: rgb(148,135,112); }

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