#775392

Color #775392 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #775392

Tints of Affair #775392

Color information

#775392 (or 0x775392) is unknown color: approx 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

RGB11983146-
CMYK0.180.4300.43
HSL274.29º27.51%44.9%-
HSV(B)274.29º43.15%57.25%-
XYZ15.8912.1828.71-
YUV100.95153.43140.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=34.20%
G=23.85%
B=41.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119831460.180.4300.43274.2927.5144.9
Hex775392122B02B1121c2d
Octal16712322222530534223455
Binary111011110100111001001010010101011010101110001001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>