Html Css Color HEX #90768D Taupe Grey

📋 copy color: '#90768D'

red 144 ◦ green 118 ◦ blue 141

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

Shades of Taupe Grey #90768D

Tints of Taupe Grey #90768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.28%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 35.73%
G = 29.28%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#90768D (or 0x90768D) is known color: Taupe Grey. HEX triplet: 90, 76 and 8D. RGB value is (144,118,141). Sum of RGB (Red+Green+Blue) = 144+118+141=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 144 - color contains mainly: red. Hex color #90768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90768D is #6F8972. Grayscale: #808080. Windows color (decimal): -7309683 or 9270928. OLE color: 9270928.

HSL color Cylindrical-coordinate representation of color #90768D: hue angle of 306.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90768D is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 118 141 -
CMYK 0 0.18 0.02 0.44
HSL 306.92º 0.1% 0.51% -
HSV(B) 306.92º 0.18% 0.56% -
XYZ 22.79 20.81 28.01 -
YUV 128.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 144 118 141 0 0.18 0.02 0.44 306.92 0.1 0.51
Hex 90 76 8D 0 12 2 2C 133 A 33
Octal 220 166 215 0 22 2 54 463 12 63
Binary 10010000 1110110 10001101 0 10010 10 101100 100110011 1010 110011

Color Harmonies of #90768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90768D

Black with #90768D

Text Example


Text Example

White with #90768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90768D; }

 p { color: rgb(144,118,141); }

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

background-color css

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

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

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

border-color css

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

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

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