#775285

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

Shades of Affair #775285

Tints of Affair #775285

Color information

#775285 (or 0x775285) is unknown color: approx Affair. HEX triplet: 77, 52 and 85. RGB value is (119,82,133). Sum of RGB (Red+Green+Blue) = 119+82+133=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #775285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775285 is #88AD7A. Grayscale: #626262. Windows color (decimal): -8957307 or 8737399. OLE color: 8737399.

HSL color Cylindrical-coordinate representation of color #775285: hue angle of 283.53º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #775285 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11982133-
CMYK0.110.3800.48
HSL283.53º23.72%42.16%-
HSV(B)283.53º38.35%52.16%-
XYZ14.8611.6523.66-
YUV98.88147.26142.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 82 (32.42% from 255) = 24.55%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=35.63%
G=24.55%
B=39.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119821330.110.3800.48283.5323.7242.16
Hex775285B2603011c182a
Octal16712220513460604343052
Binary11101111010010100001011011100110011000010001110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775285; }

 p { color: rgb(119,82,133); }

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

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

 a { background-color: rgb(119,82,133); }

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

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

 span { border-color: rgb(119,82,133); }

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