Html Css Color HEX #775786 Affair

📋 copy color: '#775786'

red 119 ◦ green 87 ◦ blue 134

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

Shades of Affair #775786

Tints of Affair #775786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 35%
G = 25.59%
B = 39.41%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#775786 (or 0x775786) is known color: Affair. HEX triplet: 77, 57 and 86. RGB value is (119,87,134). Sum of RGB (Red+Green+Blue) = 119+87+134=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #775786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775786 is #88A879. Grayscale: #656565. Windows color (decimal): -8956026 or 8804215. OLE color: 8804215.

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

Color convert

RGB 119 87 134 -
CMYK 0.11 0.35 0 0.47
HSL 280.85º 0.21% 0.43% -
HSV(B) 280.85º 0.35% 0.53% -
XYZ 15.32 12.46 24.15 -
YUV 101.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 119 87 134 0.11 0.35 0 0.47 280.85 0.21 0.43
Hex 77 57 86 B 23 0 2F 119 15 2B
Octal 167 127 206 13 43 0 57 431 25 53
Binary 1110111 1010111 10000110 1011 100011 0 101111 100011001 10101 101011

Color Harmonies of #775786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775786

Black with #775786

Text Example


Text Example

White with #775786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775786; }

 p { color: rgb(119,87,134); }

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

background-color css

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

 a { background-color: rgb(119,87,134); }

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

border-color css

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

 span { border-color: rgb(119,87,134); }

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