#765887

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

Shades of Affair #765887

Tints of Affair #765887

Color information

#765887 (or 0x765887) is unknown color: approx Affair. HEX triplet: 76, 58 and 87. RGB value is (118,88,135). Sum of RGB (Red+Green+Blue) = 118+88+135=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #765887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765887 is #89A778. Grayscale: #666666. Windows color (decimal): -9021305 or 8870006. OLE color: 8870006.

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

Color convert

RGB11888135-
CMYK0.130.3500.47
HSL278.3º21.08%43.73%-
HSV(B)278.3º34.81%52.94%-
XYZ15.3312.5824.54-
YUV102.33146.44139.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=34.60%
G=25.81%
B=39.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118881350.130.3500.47278.321.0843.73
Hex765887D2302F116152c
Octal16613020715430574262554
Binary11101101011000100001111101100011010111110001011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765887; }

 p { color: rgb(118,88,135); }

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

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

 a { background-color: rgb(118,88,135); }

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

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

 span { border-color: rgb(118,88,135); }

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