Html Css Color HEX #785D88 Affair

📋 copy color: '#785D88'

red 120 ◦ green 93 ◦ blue 136

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

Shades of Affair #785D88

Tints of Affair #785D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.97%

R = 34.38%
G = 26.65%
B = 38.97%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#785D88 (or 0x785D88) is known color: Affair. HEX triplet: 78, 5D and 88. RGB value is (120,93,136). Sum of RGB (Red+Green+Blue) = 120+93+136=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #785D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D88 is #87A277. Grayscale: #696969. Windows color (decimal): -8888952 or 8936824. OLE color: 8936824.

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

Color convert

RGB 120 93 136 -
CMYK 0.12 0.32 0 0.47
HSL 277.67º 0.19% 0.45% -
HSV(B) 277.67º 0.32% 0.53% -
XYZ 16.1 13.6 25.07 -
YUV 105.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 120 93 136 0.12 0.32 0 0.47 277.67 0.19 0.45
Hex 78 5D 88 C 20 0 2F 116 13 2D
Octal 170 135 210 14 40 0 57 426 23 55
Binary 1111000 1011101 10001000 1100 100000 0 101111 100010110 10011 101101

Color Harmonies of #785D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D88

Black with #785D88

Text Example


Text Example

White with #785D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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