Html Css Color HEX #775582 Affair

📋 copy color: '#775582'

red 119 ◦ green 85 ◦ blue 130

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

Shades of Affair #775582

Tints of Affair #775582

RGB

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

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

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

R = 35.63%
G = 25.45%
B = 38.92%

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

#775582 (or 0x775582) is known color: Affair. HEX triplet: 77, 55 and 82. RGB value is (119,85,130). Sum of RGB (Red+Green+Blue) = 119+85+130=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #775582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775582 is #88AA7D. Grayscale: #646464. Windows color (decimal): -8956542 or 8541559. OLE color: 8541559.

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

Color convert

RGB 119 85 130 -
CMYK 0.08 0.35 0 0.49
HSL 285.33º 0.21% 0.42% -
HSV(B) 285.33º 0.35% 0.51% -
XYZ 14.89 12.03 22.66 -
YUV 100.3 144.76 141.34 -
System Red Green Blue C M Y K H S L
Decimal 119 85 130 0.08 0.35 0 0.49 285.33 0.21 0.42
Hex 77 55 82 8 23 0 31 11D 15 2A
Octal 167 125 202 10 43 0 61 435 25 52
Binary 1110111 1010101 10000010 1000 100011 0 110001 100011101 10101 101010

Color Harmonies of #775582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775582

Black with #775582

Text Example


Text Example

White with #775582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775582; }

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

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

background-color css

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

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

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

border-color css

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

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

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