Html Css Color HEX #948790 Taupe Grey

📋 copy color: '#948790'

red 148 ◦ green 135 ◦ blue 144

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

Shades of Taupe Grey #948790

Tints of Taupe Grey #948790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.72%

R = 34.66%
G = 31.62%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#948790 (or 0x948790) is known color: Taupe Grey. HEX triplet: 94, 87 and 90. RGB value is (148,135,144). Sum of RGB (Red+Green+Blue) = 148+135+144=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 148 - color contains mainly: red. Hex color #948790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948790 is #6B786F. Grayscale: #8B8B8B. Windows color (decimal): -7043184 or 9471892. OLE color: 9471892.

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

Color convert

RGB 148 135 144 -
CMYK 0 0.09 0.03 0.42
HSL 318.46º 0.06% 0.55% -
HSV(B) 318.46º 0.09% 0.58% -
XYZ 25.91 25.64 29.97 -
YUV 139.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 148 135 144 0 0.09 0.03 0.42 318.46 0.06 0.55
Hex 94 87 90 0 9 3 2A 13E 6 37
Octal 224 207 220 0 11 3 52 476 6 67
Binary 10010100 10000111 10010000 0 1001 11 101010 100111110 110 110111

Color Harmonies of #948790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948790

Black with #948790

Text Example


Text Example

White with #948790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948790; }

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

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

background-color css

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

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

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

border-color css

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

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

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