Html Css Color HEX #997F97 Bouquet

📋 copy color: '#997F97'

red 153 ◦ green 127 ◦ blue 151

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

Shades of Bouquet #997F97

Tints of Bouquet #997F97

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#997F97 (or 0x997F97) is known color: Bouquet. HEX triplet: 99, 7F and 97. RGB value is (153,127,151). Sum of RGB (Red+Green+Blue) = 153+127+151=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #997F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997F97 is #668068. Grayscale: #898989. Windows color (decimal): -6717545 or 9928601. OLE color: 9928601.

HSL color Cylindrical-coordinate representation of color #997F97: hue angle of 304.62º 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 #997F97 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 151 -
CMYK 0 0.17 0.01 0.4
HSL 304.62º 0.11% 0.55% -
HSV(B) 304.62º 0.17% 0.6% -
XYZ 26.31 24.19 32.56 -
YUV 137.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 153 127 151 0 0.17 0.01 0.4 304.62 0.11 0.55
Hex 99 7F 97 0 11 1 28 131 B 37
Octal 231 177 227 0 21 1 50 461 13 67
Binary 10011001 1111111 10010111 0 10001 1 101000 100110001 1011 110111

Color Harmonies of #997F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F97

Black with #997F97

Text Example


Text Example

White with #997F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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