Html Css Color HEX #977F99 Amethyst Smoke

📋 copy color: '#977F99'

red 151 ◦ green 127 ◦ blue 153

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

Shades of Amethyst Smoke #977F99

Tints of Amethyst Smoke #977F99

RGB

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

 GREEN value IS 127 (50% from 255) = 29.47%

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

R = 35.03%
G = 29.47%
B = 35.5%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#977F99 (or 0x977F99) is known color: Amethyst Smoke. HEX triplet: 97, 7F and 99. RGB value is (151,127,153). Sum of RGB (Red+Green+Blue) = 151+127+153=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 153 - color contains mainly: blue. Hex color #977F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977F99 is #688066. Grayscale: #898989. Windows color (decimal): -6848615 or 10059671. OLE color: 10059671.

HSL color Cylindrical-coordinate representation of color #977F99: hue angle of 295.38º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #977F99 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 127 153 -
CMYK 0.01 0.17 0 0.4
HSL 295.38º 0.11% 0.55% -
HSV(B) 295.38º 0.17% 0.6% -
XYZ 26.1 24.06 33.4 -
YUV 137.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 151 127 153 0.01 0.17 0 0.4 295.38 0.11 0.55
Hex 97 7F 99 1 11 0 28 127 B 37
Octal 227 177 231 1 21 0 50 447 13 67
Binary 10010111 1111111 10011001 1 10001 0 101000 100100111 1011 110111

Color Harmonies of #977F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F99

Black with #977F99

Text Example


Text Example

White with #977F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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