#775F8A

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

Shades of Affair #775F8A

Tints of Affair #775F8A

Color information

#775F8A (or 0x775F8A) is unknown color: approx Affair. HEX triplet: 77, 5F and 8A. RGB value is (119,95,138). Sum of RGB (Red+Green+Blue) = 119+95+138=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #775F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775F8A is #88A075. Grayscale: #6A6A6A. Windows color (decimal): -8953974 or 9068407. OLE color: 9068407.

HSL color Cylindrical-coordinate representation of color #775F8A: hue angle of 273.49º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #775F8A is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11995138-
CMYK0.140.3100.46
HSL273.49º18.45%45.69%-
HSV(B)273.49º31.16%54.12%-
XYZ16.2913.9425.88-
YUV107.08145.45136.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=33.81%
G=26.99%
B=39.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119951380.140.3100.46273.4918.4545.69
Hex775F8AE1F02E111122e
Octal16713721216370564212256
Binary1110111101111110001010111011111010111010001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,138); }

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

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

 a { background-color: rgb(119,95,138); }

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

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

 span { border-color: rgb(119,95,138); }

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