Html Css Color HEX #775587 Affair

📋 copy color: '#775587'

red 119 ◦ green 85 ◦ blue 135

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

Shades of Affair #775587

Tints of Affair #775587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.82%

R = 35.1%
G = 25.07%
B = 39.82%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#775587 (or 0x775587) is known color: Affair. HEX triplet: 77, 55 and 87. RGB value is (119,85,135). Sum of RGB (Red+Green+Blue) = 119+85+135=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #775587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775587 is #88AA78. Grayscale: #646464. Windows color (decimal): -8956537 or 8869239. OLE color: 8869239.

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

Color convert

RGB 119 85 135 -
CMYK 0.12 0.37 0 0.47
HSL 280.8º 0.23% 0.43% -
HSV(B) 280.8º 0.37% 0.53% -
XYZ 15.23 12.17 24.47 -
YUV 100.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 119 85 135 0.12 0.37 0 0.47 280.8 0.23 0.43
Hex 77 55 87 C 25 0 2F 119 17 2B
Octal 167 125 207 14 45 0 57 431 27 53
Binary 1110111 1010101 10000111 1100 100101 0 101111 100011001 10111 101011

Color Harmonies of #775587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775587

Black with #775587

Text Example


Text Example

White with #775587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775587; }

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

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

background-color css

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

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

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

border-color css

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

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

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