Html Css Color HEX #948793 Taupe Grey

📋 copy color: '#948793'

red 148 ◦ green 135 ◦ blue 147

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

Shades of Taupe Grey #948793

Tints of Taupe Grey #948793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 34.42%
G = 31.4%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#948793 (or 0x948793) is known color: Taupe Grey. HEX triplet: 94, 87 and 93. RGB value is (148,135,147). Sum of RGB (Red+Green+Blue) = 148+135+147=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 148 - color contains mainly: red. Hex color #948793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948793 is #6B786C. Grayscale: #8C8C8C. Windows color (decimal): -7043181 or 9668500. OLE color: 9668500.

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

Color convert

RGB 148 135 147 -
CMYK 0 0.09 0.01 0.42
HSL 304.62º 0.06% 0.55% -
HSV(B) 304.62º 0.09% 0.58% -
XYZ 26.14 25.73 31.19 -
YUV 140.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 148 135 147 0 0.09 0.01 0.42 304.62 0.06 0.55
Hex 94 87 93 0 9 1 2A 131 6 37
Octal 224 207 223 0 11 1 52 461 6 67
Binary 10010100 10000111 10010011 0 1001 1 101010 100110001 110 110111

Color Harmonies of #948793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948793

Black with #948793

Text Example


Text Example

White with #948793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948793; }

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

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

background-color css

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

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

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

border-color css

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

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

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