#765881

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

Shades of Affair #765881

Tints of Affair #765881

Color information

#765881 (or 0x765881) is unknown color: approx Affair. HEX triplet: 76, 58 and 81. RGB value is (118,88,129). Sum of RGB (Red+Green+Blue) = 118+88+129=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #765881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765881 is #89A77E. Grayscale: #656565. Windows color (decimal): -9021311 or 8476790. OLE color: 8476790.

HSL color Cylindrical-coordinate representation of color #765881: hue angle of 283.9º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765881 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11888129-
CMYK0.090.3200.49
HSL283.9º18.89%42.55%-
HSV(B)283.9º31.78%50.59%-
XYZ14.9212.4222.38-
YUV101.64143.44139.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=35.22%
G=26.27%
B=38.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118881290.090.3200.49283.918.8942.55
Hex76588192003111c132b
Octal16613020111400614342353
Binary11101101011000100000011001100000011000110001110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765881; }

 p { color: rgb(118,88,129); }

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

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

 a { background-color: rgb(118,88,129); }

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

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

 span { border-color: rgb(118,88,129); }

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