Html Css Color HEX #785780 Affair

📋 copy color: '#785780'

red 120 ◦ green 87 ◦ blue 128

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

Shades of Affair #785780

Tints of Affair #785780

RGB

 RED value IS 120 (47.27% from 255) = 35.82%

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

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

R = 35.82%
G = 25.97%
B = 38.21%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#785780 (or 0x785780) is known color: Affair. HEX triplet: 78, 57 and 80. RGB value is (120,87,128). Sum of RGB (Red+Green+Blue) = 120+87+128=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #785780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785780 is #87A87F. Grayscale: #656565. Windows color (decimal): -8890496 or 8411000. OLE color: 8411000.

HSL color Cylindrical-coordinate representation of color #785780: hue angle of 288.29º 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 #785780 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 87 128 -
CMYK 0.06 0.32 0 0.50
HSL 288.29º 0.19% 0.42% -
HSV(B) 288.29º 0.32% 0.5% -
XYZ 15.05 12.37 22.02 -
YUV 101.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 120 87 128 0.06 0.32 0 0.50 288.29 0.19 0.42
Hex 78 57 80 6 20 0 32 120 13 2A
Octal 170 127 200 6 40 0 62 440 23 52
Binary 1111000 1010111 10000000 110 100000 0 110010 100100000 10011 101010

Color Harmonies of #785780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785780

Black with #785780

Text Example


Text Example

White with #785780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785780; }

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

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

background-color css

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

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

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

border-color css

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

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

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