#775094

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

Shades of Affair #775094

Tints of Affair #775094

Color information

#775094 (or 0x775094) is unknown color: approx Affair. HEX triplet: 77, 50 and 94. RGB value is (119,80,148). Sum of RGB (Red+Green+Blue) = 119+80+148=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #775094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775094 is #88AF6B. Grayscale: #636363. Windows color (decimal): -8957804 or 9719927. OLE color: 9719927.

HSL color Cylindrical-coordinate representation of color #775094: hue angle of 274.41º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #775094 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11980148-
CMYK0.200.4600.42
HSL274.41º29.82%44.71%-
HSV(B)274.41º45.95%58.04%-
XYZ15.8211.829.46-
YUV99.41155.42141.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=34.29%
G=23.05%
B=42.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119801480.200.4600.42274.4129.8244.71
Hex775094142E02A1121e2d
Octal16712022424560524223655
Binary111011110100001001010010100101110010101010001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775094; }

 p { color: rgb(119,80,148); }

 H1.HeaderClassName
 {
   color: #775094;
 }
 .AnyTagClassName
 {
   color: #775094;
 }
</style>
background-color css

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

 a { background-color: rgb(119,80,148); }

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

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

 span { border-color: rgb(119,80,148); }

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