Html Css Color HEX #785F84 Affair

📋 copy color: '#785F84'

red 120 ◦ green 95 ◦ blue 132

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

Shades of Affair #785F84

Tints of Affair #785F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

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

R = 34.58%
G = 27.38%
B = 38.04%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#785F84 (or 0x785F84) is known color: Affair. HEX triplet: 78, 5F and 84. RGB value is (120,95,132). Sum of RGB (Red+Green+Blue) = 120+95+132=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #785F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785F84 is #87A07B. Grayscale: #6A6A6A. Windows color (decimal): -8888444 or 8675192. OLE color: 8675192.

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

Color convert

RGB 120 95 132 -
CMYK 0.09 0.28 0 0.48
HSL 280.54º 0.16% 0.45% -
HSV(B) 280.54º 0.28% 0.52% -
XYZ 16 13.84 23.66 -
YUV 106.69 142.28 137.49 -
System Red Green Blue C M Y K H S L
Decimal 120 95 132 0.09 0.28 0 0.48 280.54 0.16 0.45
Hex 78 5F 84 9 1C 0 30 119 10 2D
Octal 170 137 204 11 34 0 60 431 20 55
Binary 1111000 1011111 10000100 1001 11100 0 110000 100011001 10000 101101

Color Harmonies of #785F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F84

Black with #785F84

Text Example


Text Example

White with #785F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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