#724A7A

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

Shades of Affair #724A7A

Tints of Affair #724A7A

Color information

#724A7A (or 0x724A7A) is unknown color: approx Affair. HEX triplet: 72, 4A and 7A. RGB value is (114,74,122). Sum of RGB (Red+Green+Blue) = 114+74+122=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #724A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724A7A is #8DB585. Grayscale: #5B5B5B. Windows color (decimal): -9287046 or 8014450. OLE color: 8014450.

HSL color Cylindrical-coordinate representation of color #724A7A: hue angle of 290º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #724A7A is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11474122-
CMYK0.070.3900.52
HSL290º24.49%38.43%-
HSV(B)290º39.34%47.84%-
XYZ12.99.8819.64-
YUV91.43145.25144.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 122 (48.05% from 255) = 39.35%
R=36.77%
G=23.87%
B=39.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114741220.070.3900.5229024.4938.43
Hex724A7A7270341221826
Octal1621121727470644423046
Binary111001010010101111010111100111011010010010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724A7A; }

 p { color: rgb(114,74,122); }

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

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

 a { background-color: rgb(114,74,122); }

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

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

 span { border-color: rgb(114,74,122); }

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