Html Css Color HEX #743755 Flirt

📋 copy color: '#743755'

red 116 ◦ green 55 ◦ blue 85

#743755
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #743755

Tints of Flirt #743755

RGB

 RED value IS 116 (45.7% from 255) = 45.31%

 GREEN value IS 55 (21.88% from 255) = 21.48%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 45.31%
G = 21.48%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#743755 (or 0x743755) is known color: Flirt. HEX triplet: 74, 37 and 55. RGB value is (116,55,85). Sum of RGB (Red+Green+Blue) = 116+55+85=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #743755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743755 is #8BC8AA. Grayscale: #4C4C4C. Windows color (decimal): -9160875 or 5584756. OLE color: 5584756.

HSL color Cylindrical-coordinate representation of color #743755: hue angle of 330.49º 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 #743755 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 55 85 -
CMYK 0 0.53 0.27 0.55
HSL 330.49º 0.36% 0.34% -
HSV(B) 330.49º 0.53% 0.45% -
XYZ 10.21 7.1 9.43 -
YUV 76.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 116 55 85 0 0.53 0.27 0.55 330.49 0.36 0.34
Hex 74 37 55 0 35 1B 37 14A 24 22
Octal 164 67 125 0 65 33 67 512 44 42
Binary 1110100 110111 1010101 0 110101 11011 110111 101001010 100100 100010

Color Harmonies of #743755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743755

Black with #743755

Text Example


Text Example

White with #743755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743755; }

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

 H1.HeaderClassName
 {
   color: #743755;
 }
 .AnyTagClassName
 {
   color: #743755;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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