#764D92

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

Shades of Affair #764D92

Tints of Affair #764D92

Color information

#764D92 (or 0x764D92) is unknown color: approx Affair. HEX triplet: 76, 4D and 92. RGB value is (118,77,146). Sum of RGB (Red+Green+Blue) = 118+77+146=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #764D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D92 is #89B26D. Grayscale: #606060. Windows color (decimal): -9024110 or 9588086. OLE color: 9588086.

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

Color convert

RGB11877146-
CMYK0.190.4700.43
HSL275.65º30.94%43.73%-
HSV(B)275.65º47.26%57.25%-
XYZ15.3111.2328.56-
YUV97.12155.58142.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=34.60%
G=22.58%
B=42.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118771460.190.4700.43275.6530.9443.73
Hex764D92132F02B1141f2c
Octal16611522223570534243754
Binary111011010011011001001010011101111010101110001010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764D92; }

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

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

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

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

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

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

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

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