#765384

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

Shades of Affair #765384

Tints of Affair #765384

Color information

#765384 (or 0x765384) is unknown color: approx Affair. HEX triplet: 76, 53 and 84. RGB value is (118,83,132). Sum of RGB (Red+Green+Blue) = 118+83+132=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #765384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765384 is #89AC7B. Grayscale: #626262. Windows color (decimal): -9022588 or 8672118. OLE color: 8672118.

HSL color Cylindrical-coordinate representation of color #765384: hue angle of 282.86º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #765384 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11883132-
CMYK0.110.3700.48
HSL282.86º22.79%42.16%-
HSV(B)282.86º37.12%51.76%-
XYZ14.7311.723.31-
YUV99.05146.6141.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 132 (51.95% from 255) = 39.64%
R=35.44%
G=24.92%
B=39.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118831320.110.3700.48282.8622.7942.16
Hex765384B2503011b172a
Octal16612320413450604332752
Binary11101101010011100001001011100101011000010001101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765384; }

 p { color: rgb(118,83,132); }

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

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

 a { background-color: rgb(118,83,132); }

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

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

 span { border-color: rgb(118,83,132); }

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