Html Css Color HEX #784C83 Affair

📋 copy color: '#784C83'

red 120 ◦ green 76 ◦ blue 131

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

Shades of Affair #784C83

Tints of Affair #784C83

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.24%

 BLUE value IS 131 (51.56% from 255) = 40.06%

R = 36.7%
G = 23.24%
B = 40.06%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#784C83 (or 0x784C83) is known color: Affair. HEX triplet: 78, 4C and 83. RGB value is (120,76,131). Sum of RGB (Red+Green+Blue) = 120+76+131=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #784C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784C83 is #87B37C. Grayscale: #5F5F5F. Windows color (decimal): -8893309 or 8604792. OLE color: 8604792.

HSL color Cylindrical-coordinate representation of color #784C83: hue angle of 288º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #784C83 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 76 131 -
CMYK 0.08 0.42 0 0.49
HSL 288º 0.27% 0.41% -
HSV(B) 288º 0.42% 0.51% -
XYZ 14.43 10.8 22.8 -
YUV 95.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 120 76 131 0.08 0.42 0 0.49 288 0.27 0.41
Hex 78 4C 83 8 2A 0 31 120 1B 29
Octal 170 114 203 10 52 0 61 440 33 51
Binary 1111000 1001100 10000011 1000 101010 0 110001 100100000 11011 101001

Color Harmonies of #784C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784C83

Black with #784C83

Text Example


Text Example

White with #784C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,76,131); }

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

background-color css

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

 a { background-color: rgb(120,76,131); }

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

border-color css

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

 span { border-color: rgb(120,76,131); }

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