Html Css Color HEX #785D87 Affair

📋 copy color: '#785D87'

red 120 ◦ green 93 ◦ blue 135

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

Shades of Affair #785D87

Tints of Affair #785D87

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.72%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 34.48%
G = 26.72%
B = 38.79%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#785D87 (or 0x785D87) is known color: Affair. HEX triplet: 78, 5D and 87. RGB value is (120,93,135). Sum of RGB (Red+Green+Blue) = 120+93+135=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #785D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D87 is #87A278. Grayscale: #696969. Windows color (decimal): -8888953 or 8871288. OLE color: 8871288.

HSL color Cylindrical-coordinate representation of color #785D87: hue angle of 278.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785D87 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 93 135 -
CMYK 0.11 0.31 0 0.47
HSL 278.57º 0.18% 0.45% -
HSV(B) 278.57º 0.31% 0.53% -
XYZ 16.03 13.57 24.7 -
YUV 105.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 120 93 135 0.11 0.31 0 0.47 278.57 0.18 0.45
Hex 78 5D 87 B 1F 0 2F 117 12 2D
Octal 170 135 207 13 37 0 57 427 22 55
Binary 1111000 1011101 10000111 1011 11111 0 101111 100010111 10010 101101

Color Harmonies of #785D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D87

Black with #785D87

Text Example


Text Example

White with #785D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,93,135); }

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

background-color css

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

 a { background-color: rgb(120,93,135); }

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

border-color css

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

 span { border-color: rgb(120,93,135); }

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