#775885

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

Shades of Affair #775885

Tints of Affair #775885

Color information

#775885 (or 0x775885) is unknown color: approx Affair. HEX triplet: 77, 58 and 85. RGB value is (119,88,133). Sum of RGB (Red+Green+Blue) = 119+88+133=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #775885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775885 is #88A77A. Grayscale: #666666. Windows color (decimal): -8955771 or 8738935. OLE color: 8738935.

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

Color convert

RGB11988133-
CMYK0.110.3400.48
HSL281.33º20.36%43.33%-
HSV(B)281.33º33.83%52.16%-
XYZ15.3312.5923.81-
YUV102.4145.27139.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=35%
G=25.88%
B=39.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119881330.110.3400.48281.3320.3643.33
Hex775885B22030119142b
Octal16713020513420604312453
Binary11101111011000100001011011100010011000010001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775885; }

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

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

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

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

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

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

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

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