Html Css Color HEX #948892 Taupe Grey

📋 copy color: '#948892'

red 148 ◦ green 136 ◦ blue 146

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

Shades of Taupe Grey #948892

Tints of Taupe Grey #948892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.63%

 BLUE value IS 146 (57.42% from 255) = 33.95%

R = 34.42%
G = 31.63%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#948892 (or 0x948892) is known color: Taupe Grey. HEX triplet: 94, 88 and 92. RGB value is (148,136,146). Sum of RGB (Red+Green+Blue) = 148+136+146=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 148 - color contains mainly: red. Hex color #948892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948892 is #6B776D. Grayscale: #8C8C8C. Windows color (decimal): -7042926 or 9603220. OLE color: 9603220.

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

Color convert

RGB 148 136 146 -
CMYK 0 0.08 0.01 0.42
HSL 310º 0.05% 0.56% -
HSV(B) 310º 0.08% 0.58% -
XYZ 26.21 25.98 30.83 -
YUV 140.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 148 136 146 0 0.08 0.01 0.42 310 0.05 0.56
Hex 94 88 92 0 8 1 2A 136 5 38
Octal 224 210 222 0 10 1 52 466 5 70
Binary 10010100 10001000 10010010 0 1000 1 101010 100110110 101 111000

Color Harmonies of #948892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948892

Black with #948892

Text Example


Text Example

White with #948892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948892; }

 p { color: rgb(148,136,146); }

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

background-color css

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

 a { background-color: rgb(148,136,146); }

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

border-color css

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

 span { border-color: rgb(148,136,146); }

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