Html Css Color HEX #784E84 Affair

📋 copy color: '#784E84'

red 120 ◦ green 78 ◦ blue 132

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

Shades of Affair #784E84

Tints of Affair #784E84

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 36.36%
G = 23.64%
B = 40%

CMYK

 C value IS 0.09

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#784E84 (or 0x784E84) is known color: Affair. HEX triplet: 78, 4E and 84. RGB value is (120,78,132). Sum of RGB (Red+Green+Blue) = 120+78+132=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #784E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784E84 is #87B17B. Grayscale: #606060. Windows color (decimal): -8892796 or 8670840. OLE color: 8670840.

HSL color Cylindrical-coordinate representation of color #784E84: hue angle of 286.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #784E84 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 78 132 -
CMYK 0.09 0.41 0 0.48
HSL 286.67º 0.26% 0.41% -
HSV(B) 286.67º 0.41% 0.52% -
XYZ 14.63 11.11 23.2 -
YUV 96.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 120 78 132 0.09 0.41 0 0.48 286.67 0.26 0.41
Hex 78 4E 84 9 29 0 30 11F 1A 29
Octal 170 116 204 11 51 0 60 437 32 51
Binary 1111000 1001110 10000100 1001 101001 0 110000 100011111 11010 101001

Color Harmonies of #784E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784E84

Black with #784E84

Text Example


Text Example

White with #784E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784E84; }

 p { color: rgb(120,78,132); }

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

background-color css

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

 a { background-color: rgb(120,78,132); }

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

border-color css

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

 span { border-color: rgb(120,78,132); }

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