Html Css Color HEX #775482 Affair

📋 copy color: '#775482'

red 119 ◦ green 84 ◦ blue 130

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

Shades of Affair #775482

Tints of Affair #775482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

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

R = 35.74%
G = 25.23%
B = 39.04%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#775482 (or 0x775482) is known color: Affair. HEX triplet: 77, 54 and 82. RGB value is (119,84,130). Sum of RGB (Red+Green+Blue) = 119+84+130=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #775482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775482 is #88AB7D. Grayscale: #636363. Windows color (decimal): -8956798 or 8541303. OLE color: 8541303.

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

Color convert

RGB 119 84 130 -
CMYK 0.08 0.35 0 0.49
HSL 285.65º 0.21% 0.42% -
HSV(B) 285.65º 0.35% 0.51% -
XYZ 14.81 11.87 22.63 -
YUV 99.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 119 84 130 0.08 0.35 0 0.49 285.65 0.21 0.42
Hex 77 54 82 8 23 0 31 11E 15 2A
Octal 167 124 202 10 43 0 61 436 25 52
Binary 1110111 1010100 10000010 1000 100011 0 110001 100011110 10101 101010

Color Harmonies of #775482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775482

Black with #775482

Text Example


Text Example

White with #775482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775482; }

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

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

background-color css

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

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

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

border-color css

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

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

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