Html Css Color HEX #99779D Amethyst Smoke

📋 copy color: '#99779D'

red 153 ◦ green 119 ◦ blue 157

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

Shades of Amethyst Smoke #99779D

Tints of Amethyst Smoke #99779D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.6%

R = 35.66%
G = 27.74%
B = 36.6%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99779D (or 0x99779D) is known color: Amethyst Smoke. HEX triplet: 99, 77 and 9D. RGB value is (153,119,157). Sum of RGB (Red+Green+Blue) = 153+119+157=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #99779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99779D is #668862. Grayscale: #858585. Windows color (decimal): -6719587 or 10319769. OLE color: 10319769.

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

Color convert

RGB 153 119 157 -
CMYK 0.03 0.24 0 0.38
HSL 293.68º 0.16% 0.54% -
HSV(B) 293.68º 0.24% 0.62% -
XYZ 25.82 22.4 34.86 -
YUV 133.5 141.26 141.91 -
System Red Green Blue C M Y K H S L
Decimal 153 119 157 0.03 0.24 0 0.38 293.68 0.16 0.54
Hex 99 77 9D 3 18 0 26 126 10 36
Octal 231 167 235 3 30 0 46 446 20 66
Binary 10011001 1110111 10011101 11 11000 0 100110 100100110 10000 110110

Color Harmonies of #99779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99779D

Black with #99779D

Text Example


Text Example

White with #99779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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