Html Css Color HEX #967F94 Taupe Grey

📋 copy color: '#967F94'

red 150 ◦ green 127 ◦ blue 148

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

Shades of Taupe Grey #967F94

Tints of Taupe Grey #967F94

RGB

 RED value IS 150 (58.98% from 255) = 35.29%

 GREEN value IS 127 (50% from 255) = 29.88%

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 35.29%
G = 29.88%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#967F94 (or 0x967F94) is known color: Taupe Grey. HEX triplet: 96, 7F and 94. RGB value is (150,127,148). Sum of RGB (Red+Green+Blue) = 150+127+148=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #967F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F94 is #69806B. Grayscale: #888888. Windows color (decimal): -6914156 or 9731990. OLE color: 9731990.

HSL color Cylindrical-coordinate representation of color #967F94: hue angle of 305.22º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #967F94 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 148 -
CMYK 0 0.15 0.01 0.41
HSL 305.22º 0.1% 0.54% -
HSV(B) 305.22º 0.15% 0.59% -
XYZ 25.51 23.8 31.27 -
YUV 136.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 150 127 148 0 0.15 0.01 0.41 305.22 0.1 0.54
Hex 96 7F 94 0 F 1 29 131 A 36
Octal 226 177 224 0 17 1 51 461 12 66
Binary 10010110 1111111 10010100 0 1111 1 101001 100110001 1010 110110

Color Harmonies of #967F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F94

Black with #967F94

Text Example


Text Example

White with #967F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967F94; }

 p { color: rgb(150,127,148); }

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

background-color css

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

 a { background-color: rgb(150,127,148); }

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

border-color css

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

 span { border-color: rgb(150,127,148); }

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