Html Css Color HEX #74374D Flirt

📋 copy color: '#74374D'

red 116 ◦ green 55 ◦ blue 77

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

Shades of Flirt #74374D

Tints of Flirt #74374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.05%

R = 46.77%
G = 22.18%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74374D (or 0x74374D) is known color: Flirt. HEX triplet: 74, 37 and 4D. RGB value is (116,55,77). Sum of RGB (Red+Green+Blue) = 116+55+77=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74374D is #8BC8B2. Grayscale: #4B4B4B. Windows color (decimal): -9160883 or 5060468. OLE color: 5060468.

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

Color convert

RGB 116 55 77 -
CMYK 0 0.53 0.34 0.55
HSL 338.36º 0.36% 0.34% -
HSV(B) 338.36º 0.53% 0.45% -
XYZ 9.91 6.98 7.85 -
YUV 75.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 116 55 77 0 0.53 0.34 0.55 338.36 0.36 0.34
Hex 74 37 4D 0 35 22 37 152 24 22
Octal 164 67 115 0 65 42 67 522 44 42
Binary 1110100 110111 1001101 0 110101 100010 110111 101010010 100100 100010

Color Harmonies of #74374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74374D

Black with #74374D

Text Example


Text Example

White with #74374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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