#765E88

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

Shades of Affair #765E88

Tints of Affair #765E88

Color information

#765E88 (or 0x765E88) is unknown color: approx Affair. HEX triplet: 76, 5E and 88. RGB value is (118,94,136). Sum of RGB (Red+Green+Blue) = 118+94+136=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #765E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765E88 is #89A177. Grayscale: #696969. Windows color (decimal): -9019768 or 8937078. OLE color: 8937078.

HSL color Cylindrical-coordinate representation of color #765E88: hue angle of 274.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765E88 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11894136-
CMYK0.130.3100.47
HSL274.29º18.26%45.1%-
HSV(B)274.29º30.88%53.33%-
XYZ15.9213.6325.09-
YUV105.96144.95136.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 94 (37.11% from 255) = 27.01%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=33.91%
G=27.01%
B=39.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118941360.130.3100.47274.2918.2645.1
Hex765E88D1F02F112122d
Octal16613621015370574222255
Binary1110110101111010001000110111111010111110001001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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