Html Css Color HEX #785585 Affair

📋 copy color: '#785585'

red 120 ◦ green 85 ◦ blue 133

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

Shades of Affair #785585

Tints of Affair #785585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.15%

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

R = 35.5%
G = 25.15%
B = 39.35%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#785585 (or 0x785585) is known color: Affair. HEX triplet: 78, 55 and 85. RGB value is (120,85,133). Sum of RGB (Red+Green+Blue) = 120+85+133=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #785585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785585 is #87AA7A. Grayscale: #646464. Windows color (decimal): -8891003 or 8738168. OLE color: 8738168.

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

Color convert

RGB 120 85 133 -
CMYK 0.10 0.36 0 0.48
HSL 283.75º 0.22% 0.43% -
HSV(B) 283.75º 0.36% 0.52% -
XYZ 15.23 12.18 23.74 -
YUV 100.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 120 85 133 0.10 0.36 0 0.48 283.75 0.22 0.43
Hex 78 55 85 A 24 0 30 11C 16 2B
Octal 170 125 205 12 44 0 60 434 26 53
Binary 1111000 1010101 10000101 1010 100100 0 110000 100011100 10110 101011

Color Harmonies of #785585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785585

Black with #785585

Text Example


Text Example

White with #785585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785585; }

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

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

background-color css

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

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

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

border-color css

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

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

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