Html Css Color HEX #99779F Amethyst Smoke

📋 copy color: '#99779F'

red 153 ◦ green 119 ◦ blue 159

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

Shades of Amethyst Smoke #99779F

Tints of Amethyst Smoke #99779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 35.5%
G = 27.61%
B = 36.89%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99779F (or 0x99779F) is known color: Amethyst Smoke. HEX triplet: 99, 77 and 9F. RGB value is (153,119,159). Sum of RGB (Red+Green+Blue) = 153+119+159=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: blue. Hex color #99779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99779F is #668860. Grayscale: #858585. Windows color (decimal): -6719585 or 10450841. OLE color: 10450841.

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

Color convert

RGB 153 119 159 -
CMYK 0.04 0.25 0 0.38
HSL 291º 0.17% 0.55% -
HSV(B) 291º 0.25% 0.62% -
XYZ 25.99 22.47 35.77 -
YUV 133.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 153 119 159 0.04 0.25 0 0.38 291 0.17 0.55
Hex 99 77 9F 4 19 0 26 123 11 37
Octal 231 167 237 4 31 0 46 443 21 67
Binary 10011001 1110111 10011111 100 11001 0 100110 100100011 10001 110111

Color Harmonies of #99779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99779F

Black with #99779F

Text Example


Text Example

White with #99779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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