Html Css Color HEX #78488A Affair

📋 copy color: '#78488A'

red 120 ◦ green 72 ◦ blue 138

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

Shades of Affair #78488A

Tints of Affair #78488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 36.36%
G = 21.82%
B = 41.82%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78488A (or 0x78488A) is known color: Affair. HEX triplet: 78, 48 and 8A. RGB value is (120,72,138). Sum of RGB (Red+Green+Blue) = 120+72+138=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #78488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78488A is #87B775. Grayscale: #5D5D5D. Windows color (decimal): -8894326 or 9062520. OLE color: 9062520.

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

Color convert

RGB 120 72 138 -
CMYK 0.13 0.48 0 0.46
HSL 283.64º 0.31% 0.41% -
HSV(B) 283.64º 0.48% 0.54% -
XYZ 14.65 10.46 25.29 -
YUV 93.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 120 72 138 0.13 0.48 0 0.46 283.64 0.31 0.41
Hex 78 48 8A D 30 0 2E 11C 1F 29
Octal 170 110 212 15 60 0 56 434 37 51
Binary 1111000 1001000 10001010 1101 110000 0 101110 100011100 11111 101001

Color Harmonies of #78488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78488A

Black with #78488A

Text Example


Text Example

White with #78488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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