#743758

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

Shades of Flirt #743758

Tints of Flirt #743758

Color information

#743758 (or 0x743758) is unknown color: approx Flirt. HEX triplet: 74, 37 and 58. RGB value is (116,55,88). Sum of RGB (Red+Green+Blue) = 116+55+88=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #743758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743758 is #8BC8A7. Grayscale: #4C4C4C. Windows color (decimal): -9160872 or 5781364. OLE color: 5781364.

HSL color Cylindrical-coordinate representation of color #743758: hue angle of 327.54º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743758 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB1165588-
CMYK00.530.240.55
HSL327.54º35.67%33.53%-
HSV(B)327.54º52.59%45.49%-
XYZ10.337.1510.07-
YUV77134.21155.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=44.79%
G=21.24%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116558800.530.240.55327.5435.6733.53
Hex74375803518371482422
Octal1646713006530675104442
Binary11101001101111011000011010111000110111101001000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743758; }

 p { color: rgb(116,55,88); }

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

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

 a { background-color: rgb(116,55,88); }

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

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

 span { border-color: rgb(116,55,88); }

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