Html Css Color HEX #90768F Taupe Grey

📋 copy color: '#90768F'

red 144 ◦ green 118 ◦ blue 143

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

Shades of Taupe Grey #90768F

Tints of Taupe Grey #90768F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 35.56%
G = 29.14%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90768F (or 0x90768F) is known color: Taupe Grey. HEX triplet: 90, 76 and 8F. RGB value is (144,118,143). Sum of RGB (Red+Green+Blue) = 144+118+143=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #90768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90768F is #6F8970. Grayscale: #808080. Windows color (decimal): -7309681 or 9402000. OLE color: 9402000.

HSL color Cylindrical-coordinate representation of color #90768F: hue angle of 302.31º 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 #90768F is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 118 143 -
CMYK 0 0.18 0.01 0.44
HSL 302.31º 0.1% 0.51% -
HSV(B) 302.31º 0.18% 0.56% -
XYZ 22.94 20.87 28.81 -
YUV 128.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 144 118 143 0 0.18 0.01 0.44 302.31 0.1 0.51
Hex 90 76 8F 0 12 1 2C 12E A 33
Octal 220 166 217 0 22 1 54 456 12 63
Binary 10010000 1110110 10001111 0 10010 1 101100 100101110 1010 110011

Color Harmonies of #90768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90768F

Black with #90768F

Text Example


Text Example

White with #90768F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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