Html Css Color HEX #775592 Affair

📋 copy color: '#775592'

red 119 ◦ green 85 ◦ blue 146

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

Shades of Affair #775592

Tints of Affair #775592

RGB

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

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

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

R = 34%
G = 24.29%
B = 41.71%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#775592 (or 0x775592) is known color: Affair. HEX triplet: 77, 55 and 92. RGB value is (119,85,146). Sum of RGB (Red+Green+Blue) = 119+85+146=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #775592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775592 is #88AA6D. Grayscale: #656565. Windows color (decimal): -8956526 or 9590135. OLE color: 9590135.

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

Color convert

RGB 119 85 146 -
CMYK 0.18 0.42 0 0.43
HSL 273.44º 0.26% 0.45% -
HSV(B) 273.44º 0.42% 0.57% -
XYZ 16.04 12.49 28.76 -
YUV 102.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 119 85 146 0.18 0.42 0 0.43 273.44 0.26 0.45
Hex 77 55 92 12 2A 0 2B 111 1A 2D
Octal 167 125 222 22 52 0 53 421 32 55
Binary 1110111 1010101 10010010 10010 101010 0 101011 100010001 11010 101101

Color Harmonies of #775592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775592

Black with #775592

Text Example


Text Example

White with #775592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775592; }

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

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

background-color css

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

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

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

border-color css

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

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

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