Html Css Color HEX #775793 Affair

📋 copy color: '#775793'

red 119 ◦ green 87 ◦ blue 147

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

Shades of Affair #775793

Tints of Affair #775793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 33.71%
G = 24.65%
B = 41.64%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775793 (or 0x775793) is known color: Affair. HEX triplet: 77, 57 and 93. RGB value is (119,87,147). Sum of RGB (Red+Green+Blue) = 119+87+147=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #775793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775793 is #88A86C. Grayscale: #676767. Windows color (decimal): -8956013 or 9656183. OLE color: 9656183.

HSL color Cylindrical-coordinate representation of color #775793: hue angle of 272º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #775793 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 87 147 -
CMYK 0.19 0.41 0 0.42
HSL 272º 0.26% 0.46% -
HSV(B) 272º 0.41% 0.58% -
XYZ 16.28 12.84 29.22 -
YUV 103.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 119 87 147 0.19 0.41 0 0.42 272 0.26 0.46
Hex 77 57 93 13 29 0 2A 110 1A 2E
Octal 167 127 223 23 51 0 52 420 32 56
Binary 1110111 1010111 10010011 10011 101001 0 101010 100010000 11010 101110

Color Harmonies of #775793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775793

Black with #775793

Text Example


Text Example

White with #775793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775793; }

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

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

background-color css

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

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

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

border-color css

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

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

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