#765788

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

Shades of Affair #765788

Tints of Affair #765788

Color information

#765788 (or 0x765788) is unknown color: approx Affair. HEX triplet: 76, 57 and 88. RGB value is (118,87,136). Sum of RGB (Red+Green+Blue) = 118+87+136=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #765788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765788 is #89A877. Grayscale: #656565. Windows color (decimal): -9021560 or 8935286. OLE color: 8935286.

HSL color Cylindrical-coordinate representation of color #765788: hue angle of 277.96º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #765788 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11887136-
CMYK0.130.3600.47
HSL277.96º21.97%43.73%-
HSV(B)277.96º36.03%53.33%-
XYZ15.3212.4524.89-
YUV101.86147.27139.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=34.60%
G=25.51%
B=39.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118871360.130.3600.47277.9621.9743.73
Hex765788D2402F116162c
Octal16612721015440574262654
Binary11101101010111100010001101100100010111110001011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765788; }

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

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

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

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

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

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

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

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