#765581

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

Shades of Affair #765581

Tints of Affair #765581

Color information

#765581 (or 0x765581) is unknown color: approx Affair. HEX triplet: 76, 55 and 81. RGB value is (118,85,129). Sum of RGB (Red+Green+Blue) = 118+85+129=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 129 - color contains mainly: blue. Hex color #765581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765581 is #89AA7E. Grayscale: #636363. Windows color (decimal): -9022079 or 8476022. OLE color: 8476022.

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

Color convert

RGB11885129-
CMYK0.090.3400.49
HSL285º20.56%41.96%-
HSV(B)285º34.11%50.59%-
XYZ14.6811.9322.3-
YUV99.88144.43140.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=35.54%
G=25.60%
B=38.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118851290.090.3400.4928520.5641.96
Hex76558192203111d152a
Octal16612520111420614352552
Binary11101101010101100000011001100010011000110001110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765581; }

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

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

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

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

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

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

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

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