Html Css Color HEX #967F95 Taupe Grey

📋 copy color: '#967F95'

red 150 ◦ green 127 ◦ blue 149

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

Shades of Taupe Grey #967F95

Tints of Taupe Grey #967F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 35.21%
G = 29.81%
B = 34.98%

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

#967F95 (or 0x967F95) is known color: Taupe Grey. HEX triplet: 96, 7F and 95. RGB value is (150,127,149). Sum of RGB (Red+Green+Blue) = 150+127+149=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #967F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F95 is #69806A. Grayscale: #888888. Windows color (decimal): -6914155 or 9797526. OLE color: 9797526.

HSL color Cylindrical-coordinate representation of color #967F95: hue angle of 302.61º 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 #967F95 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 149 -
CMYK 0 0.15 0.01 0.41
HSL 302.61º 0.1% 0.54% -
HSV(B) 302.61º 0.15% 0.59% -
XYZ 25.59 23.83 31.69 -
YUV 136.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 150 127 149 0 0.15 0.01 0.41 302.61 0.1 0.54
Hex 96 7F 95 0 F 1 29 12F A 36
Octal 226 177 225 0 17 1 51 457 12 66
Binary 10010110 1111111 10010101 0 1111 1 101001 100101111 1010 110110

Color Harmonies of #967F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F95

Black with #967F95

Text Example


Text Example

White with #967F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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