#764D82

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

Shades of Affair #764D82

Tints of Affair #764D82

Color information

#764D82 (or 0x764D82) is unknown color: approx Affair. HEX triplet: 76, 4D and 82. RGB value is (118,77,130). Sum of RGB (Red+Green+Blue) = 118+77+130=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #764D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D82 is #89B27D. Grayscale: #5F5F5F. Windows color (decimal): -9024126 or 8539510. OLE color: 8539510.

HSL color Cylindrical-coordinate representation of color #764D82: hue angle of 286.42º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #764D82 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11877130-
CMYK0.090.4100.49
HSL286.42º25.6%40.59%-
HSV(B)286.42º40.77%50.98%-
XYZ14.1510.7722.45-
YUV95.3147.58144.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 77 (30.47% from 255) = 23.69%
BLUE value IS 130 (51.17% from 255) = 40%
R=36.31%
G=23.69%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118771300.090.4100.49286.4225.640.59
Hex764D8292903111e1a29
Octal16611520211510614363251
Binary11101101001101100000101001101001011000110001111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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