Html Css Color HEX #A7759B Bouquet

📋 copy color: '#A7759B'

red 167 ◦ green 117 ◦ blue 155

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

Shades of Bouquet #A7759B

Tints of Bouquet #A7759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 38.04%
G = 26.65%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7759B (or 0xA7759B) is known color: Bouquet. HEX triplet: A7, 75 and 9B. RGB value is (167,117,155). Sum of RGB (Red+Green+Blue) = 167+117+155=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 167 - color contains mainly: red. Hex color #A7759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7759B is #588A64. Grayscale: #888888. Windows color (decimal): -5802597 or 10188199. OLE color: 10188199.

HSL color Cylindrical-coordinate representation of color #A7759B: hue angle of 314.4º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7759B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 117 155 -
CMYK 0 0.30 0.07 0.35
HSL 314.4º 0.22% 0.56% -
HSV(B) 314.4º 0.3% 0.65% -
XYZ 28.21 23.3 34.02 -
YUV 136.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 167 117 155 0 0.30 0.07 0.35 314.4 0.22 0.56
Hex A7 75 9B 0 1E 7 23 13A 16 38
Octal 247 165 233 0 36 7 43 472 26 70
Binary 10100111 1110101 10011011 0 11110 111 100011 100111010 10110 111000

Color Harmonies of #A7759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7759B

Black with #A7759B

Text Example


Text Example

White with #A7759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7759B; }

 p { color: rgb(167,117,155); }

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

background-color css

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

 a { background-color: rgb(167,117,155); }

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

border-color css

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

 span { border-color: rgb(167,117,155); }

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