Html Css Color HEX #775682 Affair

📋 copy color: '#775682'

red 119 ◦ green 86 ◦ blue 130

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

Shades of Affair #775682

Tints of Affair #775682

RGB

 RED value IS 119 (46.88% from 255) = 35.52%

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

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

R = 35.52%
G = 25.67%
B = 38.81%

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

#775682 (or 0x775682) is known color: Affair. HEX triplet: 77, 56 and 82. RGB value is (119,86,130). Sum of RGB (Red+Green+Blue) = 119+86+130=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #775682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775682 is #88A97D. Grayscale: #646464. Windows color (decimal): -8956286 or 8541815. OLE color: 8541815.

HSL color Cylindrical-coordinate representation of color #775682: hue angle of 285º 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 #775682 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 86 130 -
CMYK 0.08 0.34 0 0.49
HSL 285º 0.2% 0.42% -
HSV(B) 285º 0.34% 0.51% -
XYZ 14.96 12.19 22.68 -
YUV 100.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 119 86 130 0.08 0.34 0 0.49 285 0.2 0.42
Hex 77 56 82 8 22 0 31 11D 14 2A
Octal 167 126 202 10 42 0 61 435 24 52
Binary 1110111 1010110 10000010 1000 100010 0 110001 100011101 10100 101010

Color Harmonies of #775682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775682

Black with #775682

Text Example


Text Example

White with #775682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775682; }

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

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

background-color css

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

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

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

border-color css

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

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

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