#765585

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

Shades of Affair #765585

Tints of Affair #765585

Color information

#765585 (or 0x765585) is unknown color: approx Affair. HEX triplet: 76, 55 and 85. RGB value is (118,85,133). Sum of RGB (Red+Green+Blue) = 118+85+133=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #765585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765585 is #89AA7A. Grayscale: #646464. Windows color (decimal): -9022075 or 8738166. OLE color: 8738166.

HSL color Cylindrical-coordinate representation of color #765585: hue angle of 281.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #765585 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11885133-
CMYK0.110.3600.48
HSL281.25º22.02%42.75%-
HSV(B)281.25º36.09%52.16%-
XYZ14.9512.0423.73-
YUV100.34146.43140.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=35.12%
G=25.30%
B=39.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118851330.110.3600.48281.2522.0242.75
Hex765585B24030119162b
Octal16612520513440604312653
Binary11101101010101100001011011100100011000010001100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765585; }

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

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

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

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

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

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

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

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