#785A8A

Color #785A8A Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #785A8A

Tints of Affair #785A8A

Color information

#785A8A (or 0x785A8A) is unknown color: approx Affair. HEX triplet: 78, 5A and 8A. RGB value is (120,90,138). Sum of RGB (Red+Green+Blue) = 120+90+138=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #785A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785A8A is #87A575. Grayscale: #686868. Windows color (decimal): -8889718 or 9067128. OLE color: 9067128.

HSL color Cylindrical-coordinate representation of color #785A8A: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785A8A is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12090138-
CMYK0.130.3500.46
HSL277.5º21.05%44.71%-
HSV(B)277.5º34.78%54.12%-
XYZ15.9913.1425.74-
YUV104.44146.94139.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=34.48%
G=25.86%
B=39.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120901380.130.3500.46277.521.0544.71
Hex785A8AD2302E116152d
Octal17013221215430564262555
Binary11110001011010100010101101100011010111010001011010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785A8A; }

 p { color: rgb(120,90,138); }

 H1.HeaderClassName
 {
   color: #785A8A;
 }
 .AnyTagClassName
 {
   color: #785A8A;
 }
</style>
background-color css

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

 a { background-color: rgb(120,90,138); }

 div.DivClassName
 {
   background-color: #785A8A;
 }
 .BgClassName
 {
   background-color: #785A8A;
 }
</style>
border-color css

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

 span { border-color: rgb(120,90,138); }

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