Html Css Color HEX #948792 Taupe Grey

📋 copy color: '#948792'

red 148 ◦ green 135 ◦ blue 146

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

Shades of Taupe Grey #948792

Tints of Taupe Grey #948792

RGB

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

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

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

R = 34.5%
G = 31.47%
B = 34.03%

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

#948792 (or 0x948792) is known color: Taupe Grey. HEX triplet: 94, 87 and 92. RGB value is (148,135,146). Sum of RGB (Red+Green+Blue) = 148+135+146=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #948792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948792 is #6B786D. Grayscale: #8C8C8C. Windows color (decimal): -7043182 or 9602964. OLE color: 9602964.

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

Color convert

RGB 148 135 146 -
CMYK 0 0.09 0.01 0.42
HSL 309.23º 0.06% 0.55% -
HSV(B) 309.23º 0.09% 0.58% -
XYZ 26.07 25.7 30.78 -
YUV 140.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 148 135 146 0 0.09 0.01 0.42 309.23 0.06 0.55
Hex 94 87 92 0 9 1 2A 135 6 37
Octal 224 207 222 0 11 1 52 465 6 67
Binary 10010100 10000111 10010010 0 1001 1 101010 100110101 110 110111

Color Harmonies of #948792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948792

Black with #948792

Text Example


Text Example

White with #948792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948792; }

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

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

background-color css

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

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

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

border-color css

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

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

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