#734D7D

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

Shades of Affair #734D7D

Tints of Affair #734D7D

Color information

#734D7D (or 0x734D7D) is unknown color: approx Affair. HEX triplet: 73, 4D and 7D. RGB value is (115,77,125). Sum of RGB (Red+Green+Blue) = 115+77+125=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 125 - color contains mainly: blue. Hex color #734D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D7D is #8CB282. Grayscale: #5D5D5D. Windows color (decimal): -9220739 or 8211827. OLE color: 8211827.

HSL color Cylindrical-coordinate representation of color #734D7D: hue angle of 287.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #734D7D is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11577125-
CMYK0.080.3800.51
HSL287.5º23.76%39.61%-
HSV(B)287.5º38.4%49.02%-
XYZ13.4310.4320.71-
YUV93.83145.59143.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 125 (49.22% from 255) = 39.43%
R=36.28%
G=24.29%
B=39.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115771250.080.3800.51287.523.7639.61
Hex734D7D8260331201828
Octal16311517510460634403050
Binary1110011100110111111011000100110011001110010000011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734D7D; }

 p { color: rgb(115,77,125); }

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

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

 a { background-color: rgb(115,77,125); }

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

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

 span { border-color: rgb(115,77,125); }

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