Html Css Color HEX #785682 Affair

📋 copy color: '#785682'

red 120 ◦ green 86 ◦ blue 130

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

Shades of Affair #785682

Tints of Affair #785682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 130 (51.17% from 255) = 38.69%

R = 35.71%
G = 25.6%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#785682 (or 0x785682) is known color: Affair. HEX triplet: 78, 56 and 82. RGB value is (120,86,130). Sum of RGB (Red+Green+Blue) = 120+86+130=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #785682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785682 is #87A97D. Grayscale: #656565. Windows color (decimal): -8890750 or 8541816. OLE color: 8541816.

HSL color Cylindrical-coordinate representation of color #785682: hue angle of 286.36º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #785682 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 86 130 -
CMYK 0.08 0.34 0 0.49
HSL 286.36º 0.2% 0.42% -
HSV(B) 286.36º 0.34% 0.51% -
XYZ 15.1 12.26 22.69 -
YUV 101.18 144.26 141.42 -
System Red Green Blue C M Y K H S L
Decimal 120 86 130 0.08 0.34 0 0.49 286.36 0.2 0.42
Hex 78 56 82 8 22 0 31 11E 14 2A
Octal 170 126 202 10 42 0 61 436 24 52
Binary 1111000 1010110 10000010 1000 100010 0 110001 100011110 10100 101010

Color Harmonies of #785682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785682

Black with #785682

Text Example


Text Example

White with #785682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785682; }

 p { color: rgb(120,86,130); }

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

background-color css

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

 a { background-color: rgb(120,86,130); }

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

border-color css

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

 span { border-color: rgb(120,86,130); }

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