#765087

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

Shades of Affair #765087

Tints of Affair #765087

Color information

#765087 (or 0x765087) is unknown color: approx Affair. HEX triplet: 76, 50 and 87. RGB value is (118,80,135). Sum of RGB (Red+Green+Blue) = 118+80+135=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #765087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765087 is #89AF78. Grayscale: #616161. Windows color (decimal): -9023353 or 8867958. OLE color: 8867958.

HSL color Cylindrical-coordinate representation of color #765087: hue angle of 281.45º 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 #765087 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11880135-
CMYK0.130.4100.47
HSL281.45º25.58%42.16%-
HSV(B)281.45º40.74%52.94%-
XYZ14.7111.3424.33-
YUV97.63149.09142.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=35.44%
G=24.02%
B=40.54%

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
Decimal118801350.130.4100.47281.4525.5842.16
Hex765087D2902F1191a2a
Octal16612020715510574313252
Binary11101101010000100001111101101001010111110001100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765087; }

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

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

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

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

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

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

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

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