#765086

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

Shades of Affair #765086

Tints of Affair #765086

Color information

#765086 (or 0x765086) is unknown color: approx Affair. HEX triplet: 76, 50 and 86. RGB value is (118,80,134). Sum of RGB (Red+Green+Blue) = 118+80+134=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #765086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765086 is #89AF79. Grayscale: #616161. Windows color (decimal): -9023354 or 8802422. OLE color: 8802422.

HSL color Cylindrical-coordinate representation of color #765086: hue angle of 282.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765086 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11880134-
CMYK0.120.4000.47
HSL282.22º25.23%41.96%-
HSV(B)282.22º40.3%52.55%-
XYZ14.6411.3123.97-
YUV97.52148.59142.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.54%
GREEN value IS 80 (31.64% from 255) = 24.10%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=35.54%
G=24.10%
B=40.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118801340.120.4000.47282.2225.2341.96
Hex765086C2802F11a192a
Octal16612020614500574323152
Binary11101101010000100001101100101000010111110001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765086; }

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

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

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

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

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

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

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

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