#764992

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

Shades of Affair #764992

Tints of Affair #764992

Color information

#764992 (or 0x764992) is unknown color: approx Affair. HEX triplet: 76, 49 and 92. RGB value is (118,73,146). Sum of RGB (Red+Green+Blue) = 118+73+146=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #764992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764992 is #89B66D. Grayscale: #5E5E5E. Windows color (decimal): -9025134 or 9587062. OLE color: 9587062.

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

Color convert

RGB11873146-
CMYK0.190.500.43
HSL276.99º33.33%42.94%-
HSV(B)276.99º50%57.25%-
XYZ15.0410.6928.47-
YUV94.78156.91144.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 73 (28.91% from 255) = 21.66%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=35.01%
G=21.66%
B=43.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118731460.190.500.43276.9933.3342.94
Hex764992133202B115212b
Octal16611122223620534254153
Binary1110110100100110010010100111100100101011100010101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764992; }

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

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

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

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

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

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

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

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