#775788

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

Shades of Affair #775788

Tints of Affair #775788

Color information

#775788 (or 0x775788) is unknown color: approx Affair. HEX triplet: 77, 57 and 88. RGB value is (119,87,136). Sum of RGB (Red+Green+Blue) = 119+87+136=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #775788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775788 is #88A877. Grayscale: #656565. Windows color (decimal): -8956024 or 8935287. OLE color: 8935287.

HSL color Cylindrical-coordinate representation of color #775788: hue angle of 279.18º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #775788 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11987136-
CMYK0.120.3600.47
HSL279.18º21.97%43.73%-
HSV(B)279.18º36.03%53.33%-
XYZ15.4612.5224.89-
YUV102.15147.1140.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=34.80%
G=25.44%
B=39.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119871360.120.3600.47279.1821.9743.73
Hex775788C2402F117162c
Octal16712721014440574272654
Binary11101111010111100010001100100100010111110001011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775788; }

 p { color: rgb(119,87,136); }

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

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

 a { background-color: rgb(119,87,136); }

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

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

 span { border-color: rgb(119,87,136); }

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