Html Css Color HEX #907990 Taupe Grey

📋 copy color: '#907990'

red 144 ◦ green 121 ◦ blue 144

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

Shades of Taupe Grey #907990

Tints of Taupe Grey #907990

RGB

 RED value IS 144 (56.64% from 255) = 35.21%

 GREEN value IS 121 (47.66% from 255) = 29.58%

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

R = 35.21%
G = 29.58%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#907990 (or 0x907990) is known color: Taupe Grey. HEX triplet: 90, 79 and 90. RGB value is (144,121,144). Sum of RGB (Red+Green+Blue) = 144+121+144=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 121 (47.66% from 255 or 29.58% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #907990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907990 is #6F866F. Grayscale: #828282. Windows color (decimal): -7308912 or 9468304. OLE color: 9468304.

HSL color Cylindrical-coordinate representation of color #907990: hue angle of 300º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #907990 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 121 144 -
CMYK 0 0.16 0 0.44
HSL 300º 0.09% 0.52% -
HSV(B) 300º 0.16% 0.56% -
XYZ 23.37 21.62 29.33 -
YUV 130.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 144 121 144 0 0.16 0 0.44 300 0.09 0.52
Hex 90 79 90 0 10 0 2C 12C 9 34
Octal 220 171 220 0 20 0 54 454 11 64
Binary 10010000 1111001 10010000 0 10000 0 101100 100101100 1001 110100

Color Harmonies of #907990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907990

Black with #907990

Text Example


Text Example

White with #907990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907990; }

 p { color: rgb(144,121,144); }

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

background-color css

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

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

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

border-color css

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

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

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