Html Css Color HEX #785989 Affair

📋 copy color: '#785989'

red 120 ◦ green 89 ◦ blue 137

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

Shades of Affair #785989

Tints of Affair #785989

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 34.68%
G = 25.72%
B = 39.6%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#785989 (or 0x785989) is known color: Affair. HEX triplet: 78, 59 and 89. RGB value is (120,89,137). Sum of RGB (Red+Green+Blue) = 120+89+137=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #785989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785989 is #87A676. Grayscale: #676767. Windows color (decimal): -8889975 or 9001336. OLE color: 9001336.

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

Color convert

RGB 120 89 137 -
CMYK 0.12 0.35 0 0.46
HSL 278.75º 0.21% 0.44% -
HSV(B) 278.75º 0.35% 0.54% -
XYZ 15.83 12.94 25.33 -
YUV 103.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 120 89 137 0.12 0.35 0 0.46 278.75 0.21 0.44
Hex 78 59 89 C 23 0 2E 117 15 2C
Octal 170 131 211 14 43 0 56 427 25 54
Binary 1111000 1011001 10001001 1100 100011 0 101110 100010111 10101 101100

Color Harmonies of #785989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785989

Black with #785989

Text Example


Text Example

White with #785989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785989; }

 p { color: rgb(120,89,137); }

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

background-color css

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

 a { background-color: rgb(120,89,137); }

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

border-color css

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

 span { border-color: rgb(120,89,137); }

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