#764584

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

Shades of Affair #764584

Tints of Affair #764584

Color information

#764584 (or 0x764584) is unknown color: approx Affair. HEX triplet: 76, 45 and 84. RGB value is (118,69,132). Sum of RGB (Red+Green+Blue) = 118+69+132=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #764584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764584 is #89BA7B. Grayscale: #5A5A5A. Windows color (decimal): -9026172 or 8668534. OLE color: 8668534.

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

Color convert

RGB11869132-
CMYK0.110.4800.48
HSL286.67º31.34%39.41%-
HSV(B)286.67º47.73%51.76%-
XYZ13.769.7722.99-
YUV90.83151.23147.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=36.99%
G=21.63%
B=41.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118691320.110.4800.48286.6731.3439.41
Hex764584B3003011f1f27
Octal16610520413600604373747
Binary11101101000101100001001011110000011000010001111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764584; }

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

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

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

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

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

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

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

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