Html Css Color HEX #99779E Amethyst Smoke

📋 copy color: '#99779E'

red 153 ◦ green 119 ◦ blue 158

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

Shades of Amethyst Smoke #99779E

Tints of Amethyst Smoke #99779E

RGB

 RED value IS 153 (60.16% from 255) = 35.58%

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

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 35.58%
G = 27.67%
B = 36.74%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99779E (or 0x99779E) is known color: Amethyst Smoke. HEX triplet: 99, 77 and 9E. RGB value is (153,119,158). Sum of RGB (Red+Green+Blue) = 153+119+158=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #99779E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99779E is #668861. Grayscale: #858585. Windows color (decimal): -6719586 or 10385305. OLE color: 10385305.

HSL color Cylindrical-coordinate representation of color #99779E: hue angle of 292.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99779E is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 119 158 -
CMYK 0.03 0.25 0 0.38
HSL 292.31º 0.17% 0.54% -
HSV(B) 292.31º 0.25% 0.62% -
XYZ 25.91 22.43 35.31 -
YUV 133.61 141.76 141.83 -
System Red Green Blue C M Y K H S L
Decimal 153 119 158 0.03 0.25 0 0.38 292.31 0.17 0.54
Hex 99 77 9E 3 19 0 26 124 11 36
Octal 231 167 236 3 31 0 46 444 21 66
Binary 10011001 1110111 10011110 11 11001 0 100110 100100100 10001 110110

Color Harmonies of #99779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99779E

Black with #99779E

Text Example


Text Example

White with #99779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99779E; }

 p { color: rgb(153,119,158); }

 H1.HeaderClassName
 {
   color: #99779E;
 }
 .AnyTagClassName
 {
   color: #99779E;
 }
</style>

background-color css

<style>
 a { background-color: #99779E; }

 a { background-color: rgb(153,119,158); }

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

border-color css

<style>
 span { border-color: #99779E; }

 span { border-color: rgb(153,119,158); }

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