#765F83

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

Shades of Affair #765F83

Tints of Affair #765F83

Color information

#765F83 (or 0x765F83) is unknown color: approx Affair. HEX triplet: 76, 5F and 83. RGB value is (118,95,131). Sum of RGB (Red+Green+Blue) = 118+95+131=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #765F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765F83 is #89A07C. Grayscale: #696969. Windows color (decimal): -9019517 or 8609654. OLE color: 8609654.

HSL color Cylindrical-coordinate representation of color #765F83: hue angle of 278.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #765F83 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11895131-
CMYK0.100.2700.49
HSL278.33º15.93%44.31%-
HSV(B)278.33º27.48%51.37%-
XYZ15.6613.6723.29-
YUV105.98142.12136.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=34.30%
G=27.62%
B=38.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118951310.100.2700.49278.3315.9344.31
Hex765F83A1B031116102c
Octal16613720312330614262054
Binary1110110101111110000011101011011011000110001011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765F83; }

 p { color: rgb(118,95,131); }

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

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

 a { background-color: rgb(118,95,131); }

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

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

 span { border-color: rgb(118,95,131); }

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