#764f87

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

Shades of Affair #764F87

Tints of Affair #764F87

Color information

#764F87 (or 0x764F87) is unknown color: approx Affair. HEX triplet: 76, 4F and 87. RGB value is (118,79,135). Sum of RGB (Red+Green+Blue) = 118+79+135=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #764F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F87 is #89B078. Grayscale: #606060. Windows color (decimal): -9023609 or 8867702. OLE color: 8867702.

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

Color convert

RGB11879135-
CMYK0.130.4100.47
HSL281.79º26.17%41.96%-
HSV(B)281.79º41.48%52.94%-
XYZ14.6411.1924.31-
YUV97.04149.42142.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=35.54%
G=23.80%
B=40.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118791350.130.4100.47281.7926.1741.96
Hex764F87D2902F11a1a2a
Octal16611720715510574323252
Binary11101101001111100001111101101001010111110001101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,79,135); }

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

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

 a { background-color: rgb(118,79,135); }

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

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

 span { border-color: rgb(118,79,135); }

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