Html Css Color HEX #785887 Affair

📋 copy color: '#785887'

red 120 ◦ green 88 ◦ blue 135

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

Shades of Affair #785887

Tints of Affair #785887

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

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

R = 34.99%
G = 25.66%
B = 39.36%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#785887 (or 0x785887) is known color: Affair. HEX triplet: 78, 58 and 87. RGB value is (120,88,135). Sum of RGB (Red+Green+Blue) = 120+88+135=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #785887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785887 is #87A778. Grayscale: #666666. Windows color (decimal): -8890233 or 8870008. OLE color: 8870008.

HSL color Cylindrical-coordinate representation of color #785887: hue angle of 280.85º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785887 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 88 135 -
CMYK 0.11 0.35 0 0.47
HSL 280.85º 0.21% 0.44% -
HSV(B) 280.85º 0.35% 0.53% -
XYZ 15.61 12.72 24.55 -
YUV 102.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 120 88 135 0.11 0.35 0 0.47 280.85 0.21 0.44
Hex 78 58 87 B 23 0 2F 119 15 2C
Octal 170 130 207 13 43 0 57 431 25 54
Binary 1111000 1011000 10000111 1011 100011 0 101111 100011001 10101 101100

Color Harmonies of #785887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785887

Black with #785887

Text Example


Text Example

White with #785887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785887; }

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

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

background-color css

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

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

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

border-color css

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

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

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