Html Css Color HEX #A77F96 Bouquet

📋 copy color: '#A77F96'

red 167 ◦ green 127 ◦ blue 150

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

Shades of Bouquet #A77F96

Tints of Bouquet #A77F96

RGB

 RED value IS 167 (65.63% from 255) = 37.61%

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

 BLUE value IS 150 (58.98% from 255) = 33.78%

R = 37.61%
G = 28.6%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A77F96 (or 0xA77F96) is known color: Bouquet. HEX triplet: A7, 7F and 96. RGB value is (167,127,150). Sum of RGB (Red+Green+Blue) = 167+127+150=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F96 is #588069. Grayscale: #8D8D8D. Windows color (decimal): -5800042 or 9863079. OLE color: 9863079.

HSL color Cylindrical-coordinate representation of color #A77F96: hue angle of 325.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A77F96 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 127 150 -
CMYK 0 0.24 0.10 0.35
HSL 325.5º 0.19% 0.58% -
HSV(B) 325.5º 0.24% 0.65% -
XYZ 29.03 25.6 32.26 -
YUV 141.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 167 127 150 0 0.24 0.10 0.35 325.5 0.19 0.58
Hex A7 7F 96 0 18 A 23 146 13 3A
Octal 247 177 226 0 30 12 43 506 23 72
Binary 10100111 1111111 10010110 0 11000 1010 100011 101000110 10011 111010

Color Harmonies of #A77F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F96

Black with #A77F96

Text Example


Text Example

White with #A77F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77F96; }

 p { color: rgb(167,127,150); }

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

background-color css

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

 a { background-color: rgb(167,127,150); }

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

border-color css

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

 span { border-color: rgb(167,127,150); }

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