Html Css Color HEX #938790 Taupe Grey

📋 copy color: '#938790'

red 147 ◦ green 135 ◦ blue 144

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

Shades of Taupe Grey #938790

Tints of Taupe Grey #938790

RGB

 RED value IS 147 (57.81% from 255) = 34.51%

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

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

R = 34.51%
G = 31.69%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#938790 (or 0x938790) is known color: Taupe Grey. HEX triplet: 93, 87 and 90. RGB value is (147,135,144). Sum of RGB (Red+Green+Blue) = 147+135+144=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 147 - color contains mainly: red. Hex color #938790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938790 is #6C786F. Grayscale: #8B8B8B. Windows color (decimal): -7108720 or 9471891. OLE color: 9471891.

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

Color convert

RGB 147 135 144 -
CMYK 0 0.08 0.02 0.42
HSL 315º 0.05% 0.55% -
HSV(B) 315º 0.08% 0.58% -
XYZ 25.73 25.54 29.96 -
YUV 139.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 147 135 144 0 0.08 0.02 0.42 315 0.05 0.55
Hex 93 87 90 0 8 2 2A 13B 5 37
Octal 223 207 220 0 10 2 52 473 5 67
Binary 10010011 10000111 10010000 0 1000 10 101010 100111011 101 110111

Color Harmonies of #938790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938790

Black with #938790

Text Example


Text Example

White with #938790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938790; }

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

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

background-color css

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

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

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

border-color css

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

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

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