Html Css Color HEX #742746 Flirt

📋 copy color: '#742746'

red 116 ◦ green 39 ◦ blue 70

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

Shades of Flirt #742746

Tints of Flirt #742746

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

 BLUE value IS 70 (27.73% from 255) = 31.11%

R = 51.56%
G = 17.33%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#742746 (or 0x742746) is known color: Flirt. HEX triplet: 74, 27 and 46. RGB value is (116,39,70). Sum of RGB (Red+Green+Blue) = 116+39+70=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #742746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742746 is #8BD8B9. Grayscale: #414141. Windows color (decimal): -9164986 or 4597620. OLE color: 4597620.

HSL color Cylindrical-coordinate representation of color #742746: hue angle of 335.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #742746 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 39 70 -
CMYK 0 0.66 0.40 0.55
HSL 335.84º 0.5% 0.3% -
HSV(B) 335.84º 0.66% 0.45% -
XYZ 9.03 5.61 6.4 -
YUV 65.56 130.51 163.98 -
System Red Green Blue C M Y K H S L
Decimal 116 39 70 0 0.66 0.40 0.55 335.84 0.5 0.3
Hex 74 27 46 0 42 28 37 150 32 1E
Octal 164 47 106 0 102 50 67 520 62 36
Binary 1110100 100111 1000110 0 1000010 101000 110111 101010000 110010 11110

Color Harmonies of #742746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742746

Black with #742746

Text Example


Text Example

White with #742746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742746; }

 p { color: rgb(116,39,70); }

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

background-color css

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

 a { background-color: rgb(116,39,70); }

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

border-color css

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

 span { border-color: rgb(116,39,70); }

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