Html Css Color HEX #96779A Amethyst Smoke

📋 copy color: '#96779A'

red 150 ◦ green 119 ◦ blue 154

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

Shades of Amethyst Smoke #96779A

Tints of Amethyst Smoke #96779A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.13%

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 35.46%
G = 28.13%
B = 36.41%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96779A (or 0x96779A) is known color: Amethyst Smoke. HEX triplet: 96, 77 and 9A. RGB value is (150,119,154). Sum of RGB (Red+Green+Blue) = 150+119+154=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 154 - color contains mainly: blue. Hex color #96779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96779A is #698865. Grayscale: #848484. Windows color (decimal): -6916198 or 10123158. OLE color: 10123158.

HSL color Cylindrical-coordinate representation of color #96779A: hue angle of 293.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96779A is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 119 154 -
CMYK 0.03 0.23 0 0.40
HSL 293.14º 0.15% 0.54% -
HSV(B) 293.14º 0.23% 0.6% -
XYZ 25.01 22.01 33.5 -
YUV 132.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 150 119 154 0.03 0.23 0 0.40 293.14 0.15 0.54
Hex 96 77 9A 3 17 0 28 125 F 36
Octal 226 167 232 3 27 0 50 445 17 66
Binary 10010110 1110111 10011010 11 10111 0 101000 100100101 1111 110110

Color Harmonies of #96779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96779A

Black with #96779A

Text Example


Text Example

White with #96779A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96779A; }

 p { color: rgb(150,119,154); }

 H1.HeaderClassName
 {
   color: #96779A;
 }
 .AnyTagClassName
 {
   color: #96779A;
 }
</style>

background-color css

<style>
 a { background-color: #96779A; }

 a { background-color: rgb(150,119,154); }

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

border-color css

<style>
 span { border-color: #96779A; }

 span { border-color: rgb(150,119,154); }

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