Html Css Color HEX #977999 Amethyst Smoke

📋 copy color: '#977999'

red 151 ◦ green 121 ◦ blue 153

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

Shades of Amethyst Smoke #977999

Tints of Amethyst Smoke #977999

RGB

 RED value IS 151 (59.38% from 255) = 35.53%

 GREEN value IS 121 (47.66% from 255) = 28.47%

 BLUE value IS 153 (60.16% from 255) = 36%

R = 35.53%
G = 28.47%
B = 36%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#977999 (or 0x977999) is known color: Amethyst Smoke. HEX triplet: 97, 79 and 99. RGB value is (151,121,153). Sum of RGB (Red+Green+Blue) = 151+121+153=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 153 - color contains mainly: blue. Hex color #977999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977999 is #688666. Grayscale: #858585. Windows color (decimal): -6850151 or 10058135. OLE color: 10058135.

HSL color Cylindrical-coordinate representation of color #977999: hue angle of 296.25º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #977999 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 121 153 -
CMYK 0.01 0.21 0 0.4
HSL 296.25º 0.14% 0.54% -
HSV(B) 296.25º 0.21% 0.6% -
XYZ 25.35 22.55 33.15 -
YUV 133.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 151 121 153 0.01 0.21 0 0.4 296.25 0.14 0.54
Hex 97 79 99 1 15 0 28 128 E 36
Octal 227 171 231 1 25 0 50 450 16 66
Binary 10010111 1111001 10011001 1 10101 0 101000 100101000 1110 110110

Color Harmonies of #977999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977999

Black with #977999

Text Example


Text Example

White with #977999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977999; }

 p { color: rgb(151,121,153); }

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

background-color css

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

 a { background-color: rgb(151,121,153); }

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

border-color css

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

 span { border-color: rgb(151,121,153); }

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