#765981

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

Shades of Affair #765981

Tints of Affair #765981

Color information

#765981 (or 0x765981) is unknown color: approx Affair. HEX triplet: 76, 59 and 81. RGB value is (118,89,129). Sum of RGB (Red+Green+Blue) = 118+89+129=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #765981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765981 is #89A67E. Grayscale: #666666. Windows color (decimal): -9021055 or 8477046. OLE color: 8477046.

HSL color Cylindrical-coordinate representation of color #765981: hue angle of 283.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765981 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11889129-
CMYK0.090.3100.49
HSL283.5º18.35%42.75%-
HSV(B)283.5º31.01%50.59%-
XYZ15.0112.5822.41-
YUV102.23143.11139.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 129 (50.78% from 255) = 38.39%
R=35.12%
G=26.49%
B=38.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118891290.090.3100.49283.518.3542.75
Hex76598191F03111c122b
Octal16613120111370614342253
Binary1110110101100110000001100111111011000110001110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765981; }

 p { color: rgb(118,89,129); }

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

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

 a { background-color: rgb(118,89,129); }

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

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

 span { border-color: rgb(118,89,129); }

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