#77568F

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

Shades of Affair #77568F

Tints of Affair #77568F

Color information

#77568F (or 0x77568F) is unknown color: approx Affair. HEX triplet: 77, 56 and 8F. RGB value is (119,86,143). Sum of RGB (Red+Green+Blue) = 119+86+143=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 143 - color contains mainly: blue. Hex color #77568F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77568F is #88A970. Grayscale: #666666. Windows color (decimal): -8956273 or 9393783. OLE color: 9393783.

HSL color Cylindrical-coordinate representation of color #77568F: hue angle of 274.74º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77568F is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11986143-
CMYK0.170.4000.44
HSL274.74º24.89%44.9%-
HSV(B)274.74º39.86%56.08%-
XYZ15.8912.5627.57-
YUV102.36150.93139.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 143 (56.25% from 255) = 41.09%
R=34.20%
G=24.71%
B=41.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119861430.170.4000.44274.7424.8944.9
Hex77568F112802C113192d
Octal16712621721500544233155
Binary111011110101101000111110001101000010110010001001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77568F; }

 p { color: rgb(119,86,143); }

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

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

 a { background-color: rgb(119,86,143); }

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

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

 span { border-color: rgb(119,86,143); }

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