Html Css Color HEX #92838C Taupe Grey

📋 copy color: '#92838C'

red 146 ◦ green 131 ◦ blue 140

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

Shades of Taupe Grey #92838C

Tints of Taupe Grey #92838C

RGB

 RED value IS 146 (57.42% from 255) = 35.01%

 GREEN value IS 131 (51.56% from 255) = 31.41%

 BLUE value IS 140 (55.08% from 255) = 33.57%

R = 35.01%
G = 31.41%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#92838C (or 0x92838C) is known color: Taupe Grey. HEX triplet: 92, 83 and 8C. RGB value is (146,131,140). Sum of RGB (Red+Green+Blue) = 146+131+140=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #92838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92838C is #6D7C73. Grayscale: #888888. Windows color (decimal): -7175284 or 9208722. OLE color: 9208722.

HSL color Cylindrical-coordinate representation of color #92838C: hue angle of 324º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #92838C is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 131 140 -
CMYK 0 0.10 0.04 0.43
HSL 324º 0.06% 0.54% -
HSV(B) 324º 0.1% 0.57% -
XYZ 24.7 24.24 28.19 -
YUV 136.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 146 131 140 0 0.10 0.04 0.43 324 0.06 0.54
Hex 92 83 8C 0 A 4 2B 144 6 36
Octal 222 203 214 0 12 4 53 504 6 66
Binary 10010010 10000011 10001100 0 1010 100 101011 101000100 110 110110

Color Harmonies of #92838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92838C

Black with #92838C

Text Example


Text Example

White with #92838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92838C; }

 p { color: rgb(146,131,140); }

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

background-color css

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

 a { background-color: rgb(146,131,140); }

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

border-color css

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

 span { border-color: rgb(146,131,140); }

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