#765684

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

Shades of Affair #765684

Tints of Affair #765684

Color information

#765684 (or 0x765684) is unknown color: approx Affair. HEX triplet: 76, 56 and 84. RGB value is (118,86,132). Sum of RGB (Red+Green+Blue) = 118+86+132=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #765684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765684 is #89A97B. Grayscale: #646464. Windows color (decimal): -9021820 or 8672886. OLE color: 8672886.

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

Color convert

RGB11886132-
CMYK0.110.3500.48
HSL281.74º21.1%42.75%-
HSV(B)281.74º34.85%51.76%-
XYZ14.9612.1723.39-
YUV100.81145.6140.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=35.12%
G=25.60%
B=39.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118861320.110.3500.48281.7421.142.75
Hex765684B2303011a152b
Octal16612620413430604322553
Binary11101101010110100001001011100011011000010001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765684; }

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

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

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

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

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

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

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

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