#775A84

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

Shades of Affair #775A84

Tints of Affair #775A84

Color information

#775A84 (or 0x775A84) is unknown color: approx Affair. HEX triplet: 77, 5A and 84. RGB value is (119,90,132). Sum of RGB (Red+Green+Blue) = 119+90+132=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #775A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775A84 is #88A57B. Grayscale: #676767. Windows color (decimal): -8955260 or 8673911. OLE color: 8673911.

HSL color Cylindrical-coordinate representation of color #775A84: hue angle of 281.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775A84 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11990132-
CMYK0.100.3200.48
HSL281.43º18.92%43.53%-
HSV(B)281.43º31.82%51.76%-
XYZ15.4312.923.51-
YUV103.46144.11139.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=34.90%
G=26.39%
B=38.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119901320.100.3200.48281.4318.9243.53
Hex775A84A20030119132c
Octal16713220412400604312354
Binary11101111011010100001001010100000011000010001100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775A84; }

 p { color: rgb(119,90,132); }

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

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

 a { background-color: rgb(119,90,132); }

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

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

 span { border-color: rgb(119,90,132); }

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