Html Css Color HEX #775891 Affair

📋 copy color: '#775891'

red 119 ◦ green 88 ◦ blue 145

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

Shades of Affair #775891

Tints of Affair #775891

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 33.81%
G = 25%
B = 41.19%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#775891 (or 0x775891) is known color: Affair. HEX triplet: 77, 58 and 91. RGB value is (119,88,145). Sum of RGB (Red+Green+Blue) = 119+88+145=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #775891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775891 is #88A76E. Grayscale: #676767. Windows color (decimal): -8955759 or 9525367. OLE color: 9525367.

HSL color Cylindrical-coordinate representation of color #775891: hue angle of 272.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775891 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 88 145 -
CMYK 0.18 0.39 0 0.43
HSL 272.63º 0.24% 0.46% -
HSV(B) 272.63º 0.39% 0.57% -
XYZ 16.21 12.95 28.43 -
YUV 103.77 151.27 138.87 -
System Red Green Blue C M Y K H S L
Decimal 119 88 145 0.18 0.39 0 0.43 272.63 0.24 0.46
Hex 77 58 91 12 27 0 2B 111 18 2E
Octal 167 130 221 22 47 0 53 421 30 56
Binary 1110111 1011000 10010001 10010 100111 0 101011 100010001 11000 101110

Color Harmonies of #775891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775891

Black with #775891

Text Example


Text Example

White with #775891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775891; }

 p { color: rgb(119,88,145); }

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

background-color css

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

 a { background-color: rgb(119,88,145); }

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

border-color css

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

 span { border-color: rgb(119,88,145); }

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