#765583

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

Shades of Affair #765583

Tints of Affair #765583

Color information

#765583 (or 0x765583) is unknown color: approx Affair. HEX triplet: 76, 55 and 83. RGB value is (118,85,131). Sum of RGB (Red+Green+Blue) = 118+85+131=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #765583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765583 is #89AA7C. Grayscale: #636363. Windows color (decimal): -9022077 or 8607094. OLE color: 8607094.

HSL color Cylindrical-coordinate representation of color #765583: hue angle of 283.04º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #765583 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11885131-
CMYK0.100.3500.49
HSL283.04º21.3%42.35%-
HSV(B)283.04º35.11%51.37%-
XYZ14.8211.9923.01-
YUV100.11145.43140.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.33%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=35.33%
G=25.45%
B=39.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118851310.100.3500.49283.0421.342.35
Hex765583A2303111b152a
Octal16612520312430614332552
Binary11101101010101100000111010100011011000110001101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765583; }

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

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

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

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

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

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

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

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