Html Css Color HEX #78598A Affair

📋 copy color: '#78598A'

red 120 ◦ green 89 ◦ blue 138

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

Shades of Affair #78598A

Tints of Affair #78598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 34.58%
G = 25.65%
B = 39.77%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78598A (or 0x78598A) is known color: Affair. HEX triplet: 78, 59 and 8A. RGB value is (120,89,138). Sum of RGB (Red+Green+Blue) = 120+89+138=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #78598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78598A is #87A675. Grayscale: #676767. Windows color (decimal): -8889974 or 9066872. OLE color: 9066872.

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

Color convert

RGB 120 89 138 -
CMYK 0.13 0.36 0 0.46
HSL 277.96º 0.22% 0.45% -
HSV(B) 277.96º 0.36% 0.54% -
XYZ 15.91 12.97 25.71 -
YUV 103.86 147.27 139.52 -
System Red Green Blue C M Y K H S L
Decimal 120 89 138 0.13 0.36 0 0.46 277.96 0.22 0.45
Hex 78 59 8A D 24 0 2E 116 16 2D
Octal 170 131 212 15 44 0 56 426 26 55
Binary 1111000 1011001 10001010 1101 100100 0 101110 100010110 10110 101101

Color Harmonies of #78598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78598A

Black with #78598A

Text Example


Text Example

White with #78598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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