#764E88

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

Shades of Affair #764E88

Tints of Affair #764E88

Color information

#764E88 (or 0x764E88) is unknown color: approx Affair. HEX triplet: 76, 4E and 88. RGB value is (118,78,136). Sum of RGB (Red+Green+Blue) = 118+78+136=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #764E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764E88 is #89B177. Grayscale: #606060. Windows color (decimal): -9023864 or 8932982. OLE color: 8932982.

HSL color Cylindrical-coordinate representation of color #764E88: hue angle of 281.38º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #764E88 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11878136-
CMYK0.130.4300.47
HSL281.38º27.1%41.96%-
HSV(B)281.38º42.65%53.33%-
XYZ14.6411.0824.66-
YUV96.57150.25143.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=35.54%
G=23.49%
B=40.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118781360.130.4300.47281.3827.141.96
Hex764E88D2B02F1191b2a
Octal16611621015530574313352
Binary11101101001110100010001101101011010111110001100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,78,136); }

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

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

 a { background-color: rgb(118,78,136); }

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

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

 span { border-color: rgb(118,78,136); }

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