Html Css Color HEX #785885 Affair

📋 copy color: '#785885'

red 120 ◦ green 88 ◦ blue 133

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

Shades of Affair #785885

Tints of Affair #785885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39%

R = 35.19%
G = 25.81%
B = 39%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#785885 (or 0x785885) is known color: Affair. HEX triplet: 78, 58 and 85. RGB value is (120,88,133). Sum of RGB (Red+Green+Blue) = 120+88+133=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #785885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785885 is #87A77A. Grayscale: #666666. Windows color (decimal): -8890235 or 8738936. OLE color: 8738936.

HSL color Cylindrical-coordinate representation of color #785885: hue angle of 282.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #785885 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 88 133 -
CMYK 0.10 0.34 0 0.48
HSL 282.67º 0.2% 0.43% -
HSV(B) 282.67º 0.34% 0.52% -
XYZ 15.47 12.67 23.82 -
YUV 102.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 120 88 133 0.10 0.34 0 0.48 282.67 0.2 0.43
Hex 78 58 85 A 22 0 30 11B 14 2B
Octal 170 130 205 12 42 0 60 433 24 53
Binary 1111000 1011000 10000101 1010 100010 0 110000 100011011 10100 101011

Color Harmonies of #785885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785885

Black with #785885

Text Example


Text Example

White with #785885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785885; }

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

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

background-color css

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

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

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

border-color css

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

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

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