Html Css Color HEX #74334E Flirt

📋 copy color: '#74334E'

red 116 ◦ green 51 ◦ blue 78

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

Shades of Flirt #74334E

Tints of Flirt #74334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 47.35%
G = 20.82%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74334E (or 0x74334E) is known color: Flirt. HEX triplet: 74, 33 and 4E. RGB value is (116,51,78). Sum of RGB (Red+Green+Blue) = 116+51+78=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74334E is #8BCCB1. Grayscale: #494949. Windows color (decimal): -9161906 or 5124980. OLE color: 5124980.

HSL color Cylindrical-coordinate representation of color #74334E: hue angle of 335.08º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74334E is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 78 -
CMYK 0 0.56 0.33 0.55
HSL 335.08º 0.39% 0.33% -
HSV(B) 335.08º 0.56% 0.45% -
XYZ 9.76 6.63 7.97 -
YUV 73.51 130.53 158.3 -
System Red Green Blue C M Y K H S L
Decimal 116 51 78 0 0.56 0.33 0.55 335.08 0.39 0.33
Hex 74 33 4E 0 38 21 37 14F 27 21
Octal 164 63 116 0 70 41 67 517 47 41
Binary 1110100 110011 1001110 0 111000 100001 110111 101001111 100111 100001

Color Harmonies of #74334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74334E

Black with #74334E

Text Example


Text Example

White with #74334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74334E; }

 p { color: rgb(116,51,78); }

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

background-color css

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

 a { background-color: rgb(116,51,78); }

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

border-color css

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

 span { border-color: rgb(116,51,78); }

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