Html Css Color HEX #A77E90 Bouquet

📋 copy color: '#A77E90'

red 167 ◦ green 126 ◦ blue 144

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

Shades of Bouquet #A77E90

Tints of Bouquet #A77E90

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.83%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 38.22%
G = 28.83%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A77E90 (or 0xA77E90) is known color: Bouquet. HEX triplet: A7, 7E and 90. RGB value is (167,126,144). Sum of RGB (Red+Green+Blue) = 167+126+144=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E90 is #58816F. Grayscale: #8C8C8C. Windows color (decimal): -5800304 or 9469607. OLE color: 9469607.

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

Color convert

RGB 167 126 144 -
CMYK 0 0.25 0.14 0.35
HSL 333.66º 0.19% 0.57% -
HSV(B) 333.66º 0.25% 0.65% -
XYZ 28.43 25.15 29.74 -
YUV 140.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 167 126 144 0 0.25 0.14 0.35 333.66 0.19 0.57
Hex A7 7E 90 0 19 E 23 14E 13 39
Octal 247 176 220 0 31 16 43 516 23 71
Binary 10100111 1111110 10010000 0 11001 1110 100011 101001110 10011 111001

Color Harmonies of #A77E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77E90

Black with #A77E90

Text Example


Text Example

White with #A77E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77E90; }

 p { color: rgb(167,126,144); }

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

background-color css

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

 a { background-color: rgb(167,126,144); }

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

border-color css

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

 span { border-color: rgb(167,126,144); }

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