#7A6085

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

Shades of Affair #7A6085

Tints of Affair #7A6085

Color information

#7A6085 (or 0x7A6085) is unknown color: approx Affair. HEX triplet: 7A, 60 and 85. RGB value is (122,96,133). Sum of RGB (Red+Green+Blue) = 122+96+133=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A6085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6085 is #859F7A. Grayscale: #6B6B6B. Windows color (decimal): -8757115 or 8740986. OLE color: 8740986.

HSL color Cylindrical-coordinate representation of color #7A6085: hue angle of 282.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A6085 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12296133-
CMYK0.080.2800.48
HSL282.16º16.16%44.9%-
HSV(B)282.16º27.82%52.16%-
XYZ16.4414.224.06-
YUV107.99142.11137.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=34.76%
G=27.35%
B=37.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122961330.080.2800.48282.1616.1644.9
Hex7A608581C03011a102d
Octal17214020510340604322055
Binary1111010110000010000101100011100011000010001101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A6085; }

 p { color: rgb(122,96,133); }

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

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

 a { background-color: rgb(122,96,133); }

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

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

 span { border-color: rgb(122,96,133); }

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