#765584

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

Shades of Affair #765584

Tints of Affair #765584

Color information

#765584 (or 0x765584) is unknown color: approx Affair. HEX triplet: 76, 55 and 84. RGB value is (118,85,132). Sum of RGB (Red+Green+Blue) = 118+85+132=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #765584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765584 is #89AA7B. Grayscale: #646464. Windows color (decimal): -9022076 or 8672630. OLE color: 8672630.

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

Color convert

RGB11885132-
CMYK0.110.3600.48
HSL282.13º21.66%42.55%-
HSV(B)282.13º35.61%51.76%-
XYZ14.8812.0123.36-
YUV100.22145.93140.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 85 (33.59% from 255) = 25.37%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=35.22%
G=25.37%
B=39.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118851320.110.3600.48282.1321.6642.55
Hex765584B2403011a162b
Octal16612520413440604322653
Binary11101101010101100001001011100100011000010001101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765584; }

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

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

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

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

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

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

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

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