Html Css Color HEX #907E8B Taupe Grey

📋 copy color: '#907E8B'

red 144 ◦ green 126 ◦ blue 139

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

Shades of Taupe Grey #907E8B

Tints of Taupe Grey #907E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.81%

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 35.21%
G = 30.81%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#907E8B (or 0x907E8B) is known color: Taupe Grey. HEX triplet: 90, 7E and 8B. RGB value is (144,126,139). Sum of RGB (Red+Green+Blue) = 144+126+139=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #907E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907E8B is #6F8174. Grayscale: #848484. Windows color (decimal): -7307637 or 9141904. OLE color: 9141904.

HSL color Cylindrical-coordinate representation of color #907E8B: hue angle of 316.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #907E8B is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 126 139 -
CMYK 0 0.12 0.03 0.44
HSL 316.67º 0.08% 0.53% -
HSV(B) 316.67º 0.13% 0.56% -
XYZ 23.62 22.72 27.57 -
YUV 132.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 144 126 139 0 0.12 0.03 0.44 316.67 0.08 0.53
Hex 90 7E 8B 0 C 3 2C 13D 8 35
Octal 220 176 213 0 14 3 54 475 10 65
Binary 10010000 1111110 10001011 0 1100 11 101100 100111101 1000 110101

Color Harmonies of #907E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E8B

Black with #907E8B

Text Example


Text Example

White with #907E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907E8B; }

 p { color: rgb(144,126,139); }

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

background-color css

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

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

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

border-color css

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

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

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