Html Css Color HEX #775588 Affair

📋 copy color: '#775588'

red 119 ◦ green 85 ◦ blue 136

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

Shades of Affair #775588

Tints of Affair #775588

RGB

 RED value IS 119 (46.88% from 255) = 35%

 GREEN value IS 85 (33.59% from 255) = 25%

 BLUE value IS 136 (53.52% from 255) = 40%

R = 35%
G = 25%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#775588 (or 0x775588) is known color: Affair. HEX triplet: 77, 55 and 88. RGB value is (119,85,136). Sum of RGB (Red+Green+Blue) = 119+85+136=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #775588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775588 is #88AA77. Grayscale: #646464. Windows color (decimal): -8956536 or 8934775. OLE color: 8934775.

HSL color Cylindrical-coordinate representation of color #775588: hue angle of 280º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #775588 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 85 136 -
CMYK 0.12 0.38 0 0.47
HSL 280º 0.23% 0.43% -
HSV(B) 280º 0.38% 0.53% -
XYZ 15.3 12.2 24.84 -
YUV 100.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 119 85 136 0.12 0.38 0 0.47 280 0.23 0.43
Hex 77 55 88 C 26 0 2F 118 17 2B
Octal 167 125 210 14 46 0 57 430 27 53
Binary 1110111 1010101 10001000 1100 100110 0 101111 100011000 10111 101011

Color Harmonies of #775588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775588

Black with #775588

Text Example


Text Example

White with #775588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775588; }

 p { color: rgb(119,85,136); }

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

background-color css

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

 a { background-color: rgb(119,85,136); }

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

border-color css

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

 span { border-color: rgb(119,85,136); }

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