Html Css Color HEX #775780 Affair

📋 copy color: '#775780'

red 119 ◦ green 87 ◦ blue 128

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

Shades of Affair #775780

Tints of Affair #775780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.32%

R = 35.63%
G = 26.05%
B = 38.32%

CMYK

 C value IS 0.07

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#775780 (or 0x775780) is known color: Affair. HEX triplet: 77, 57 and 80. RGB value is (119,87,128). Sum of RGB (Red+Green+Blue) = 119+87+128=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 128 - color contains mainly: blue. Hex color #775780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775780 is #88A87F. Grayscale: #656565. Windows color (decimal): -8956032 or 8410999. OLE color: 8410999.

HSL color Cylindrical-coordinate representation of color #775780: hue angle of 286.83º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775780 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 87 128 -
CMYK 0.07 0.32 0 0.50
HSL 286.83º 0.19% 0.42% -
HSV(B) 286.83º 0.32% 0.5% -
XYZ 14.91 12.3 22.01 -
YUV 101.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 119 87 128 0.07 0.32 0 0.50 286.83 0.19 0.42
Hex 77 57 80 7 20 0 32 11F 13 2A
Octal 167 127 200 7 40 0 62 437 23 52
Binary 1110111 1010111 10000000 111 100000 0 110010 100011111 10011 101010

Color Harmonies of #775780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775780

Black with #775780

Text Example


Text Example

White with #775780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775780; }

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

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

background-color css

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

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

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

border-color css

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

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

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