#765089

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

Shades of Affair #765089

Tints of Affair #765089

Color information

#765089 (or 0x765089) is unknown color: approx Affair. HEX triplet: 76, 50 and 89. RGB value is (118,80,137). Sum of RGB (Red+Green+Blue) = 118+80+137=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #765089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765089 is #89AF76. Grayscale: #616161. Windows color (decimal): -9023351 or 8999030. OLE color: 8999030.

HSL color Cylindrical-coordinate representation of color #765089: hue angle of 280º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #765089 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11880137-
CMYK0.140.4200.46
HSL280º26.27%42.55%-
HSV(B)280º41.61%53.73%-
XYZ14.8611.425.08-
YUV97.86150.09142.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=35.22%
G=23.88%
B=40.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118801370.140.4200.4628026.2742.55
Hex765089E2A02E1181a2b
Octal16612021116520564303253
Binary11101101010000100010011110101010010111010001100011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765089; }

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

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

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

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

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

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

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

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