#765485

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

Shades of Affair #765485

Tints of Affair #765485

Color information

#765485 (or 0x765485) is unknown color: approx Affair. HEX triplet: 76, 54 and 85. RGB value is (118,84,133). Sum of RGB (Red+Green+Blue) = 118+84+133=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #765485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765485 is #89AB7A. Grayscale: #636363. Windows color (decimal): -9022331 or 8737910. OLE color: 8737910.

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

Color convert

RGB11884133-
CMYK0.110.3700.48
HSL281.63º22.58%42.55%-
HSV(B)281.63º36.84%52.16%-
XYZ14.8811.8923.7-
YUV99.75146.76141.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.22%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=35.22%
G=25.07%
B=39.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118841330.110.3700.48281.6322.5842.55
Hex765485B2503011a172b
Octal16612420513450604322753
Binary11101101010100100001011011100101011000010001101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765485; }

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

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

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

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

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

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

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

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