Html Css Color HEX #775392 Affair

📋 copy color: '#775392'

red 119 ◦ green 83 ◦ blue 146

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

Shades of Affair #775392

Tints of Affair #775392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.85%

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 34.2%
G = 23.85%
B = 41.95%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#775392 (or 0x775392) is known color: Affair. HEX triplet: 77, 53 and 92. RGB value is (119,83,146). Sum of RGB (Red+Green+Blue) = 119+83+146=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #775392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775392 is #88AC6D. Grayscale: #646464. Windows color (decimal): -8957038 or 9589623. OLE color: 9589623.

HSL color Cylindrical-coordinate representation of color #775392: hue angle of 274.29º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #775392 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 83 146 -
CMYK 0.18 0.43 0 0.43
HSL 274.29º 0.28% 0.45% -
HSV(B) 274.29º 0.43% 0.57% -
XYZ 15.89 12.18 28.71 -
YUV 100.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 119 83 146 0.18 0.43 0 0.43 274.29 0.28 0.45
Hex 77 53 92 12 2B 0 2B 112 1C 2D
Octal 167 123 222 22 53 0 53 422 34 55
Binary 1110111 1010011 10010010 10010 101011 0 101011 100010010 11100 101101

Color Harmonies of #775392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775392

Black with #775392

Text Example


Text Example

White with #775392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775392; }

 p { color: rgb(119,83,146); }

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

background-color css

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

 a { background-color: rgb(119,83,146); }

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

border-color css

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

 span { border-color: rgb(119,83,146); }

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