#765784

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

Shades of Affair #765784

Tints of Affair #765784

Color information

#765784 (or 0x765784) is unknown color: approx Affair. HEX triplet: 76, 57 and 84. RGB value is (118,87,132). Sum of RGB (Red+Green+Blue) = 118+87+132=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 132 - color contains mainly: blue. Hex color #765784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765784 is #89A87B. Grayscale: #656565. Windows color (decimal): -9021564 or 8673142. OLE color: 8673142.

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

Color convert

RGB11887132-
CMYK0.110.3400.48
HSL281.33º20.55%42.94%-
HSV(B)281.33º34.09%51.76%-
XYZ15.0412.3323.42-
YUV101.4145.27139.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.01%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=35.01%
G=25.82%
B=39.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118871320.110.3400.48281.3320.5542.94
Hex765784B22030119152b
Octal16612720413420604312553
Binary11101101010111100001001011100010011000010001100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765784; }

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

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

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

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

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

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

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

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