Html Css Color HEX #785E84 Affair

📋 copy color: '#785E84'

red 120 ◦ green 94 ◦ blue 132

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

Shades of Affair #785E84

Tints of Affair #785E84

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.17%

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

R = 34.68%
G = 27.17%
B = 38.15%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#785E84 (or 0x785E84) is known color: Affair. HEX triplet: 78, 5E and 84. RGB value is (120,94,132). Sum of RGB (Red+Green+Blue) = 120+94+132=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #785E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E84 is #87A17B. Grayscale: #696969. Windows color (decimal): -8888700 or 8674936. OLE color: 8674936.

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

Color convert

RGB 120 94 132 -
CMYK 0.09 0.29 0 0.48
HSL 281.05º 0.17% 0.44% -
HSV(B) 281.05º 0.29% 0.52% -
XYZ 15.91 13.66 23.63 -
YUV 106.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 120 94 132 0.09 0.29 0 0.48 281.05 0.17 0.44
Hex 78 5E 84 9 1D 0 30 119 11 2C
Octal 170 136 204 11 35 0 60 431 21 54
Binary 1111000 1011110 10000100 1001 11101 0 110000 100011001 10001 101100

Color Harmonies of #785E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785E84

Black with #785E84

Text Example


Text Example

White with #785E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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