#764892

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

Shades of Affair #764892

Tints of Affair #764892

Color information

#764892 (or 0x764892) is unknown color: approx Affair. HEX triplet: 76, 48 and 92. RGB value is (118,72,146). Sum of RGB (Red+Green+Blue) = 118+72+146=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #764892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764892 is #89B76D. Grayscale: #5D5D5D. Windows color (decimal): -9025390 or 9586806. OLE color: 9586806.

HSL color Cylindrical-coordinate representation of color #764892: hue angle of 277.3º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764892 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11872146-
CMYK0.190.5100.43
HSL277.3º33.94%42.75%-
HSV(B)277.3º50.68%57.25%-
XYZ14.9810.5628.44-
YUV94.19157.24144.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=35.12%
G=21.43%
B=43.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118721460.190.5100.43277.333.9442.75
Hex764892133302B115222b
Octal16611022223630534254253
Binary1110110100100010010010100111100110101011100010101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764892; }

 p { color: rgb(118,72,146); }

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

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

 a { background-color: rgb(118,72,146); }

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

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

 span { border-color: rgb(118,72,146); }

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