Html Css Color HEX #763144 Flirt

📋 copy color: '#763144'

red 118 ◦ green 49 ◦ blue 68

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

Shades of Flirt #763144

Tints of Flirt #763144

RGB

 RED value IS 118 (46.48% from 255) = 50.21%

 GREEN value IS 49 (19.53% from 255) = 20.85%

 BLUE value IS 68 (26.95% from 255) = 28.94%

R = 50.21%
G = 20.85%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#763144 (or 0x763144) is known color: Flirt. HEX triplet: 76, 31 and 44. RGB value is (118,49,68). Sum of RGB (Red+Green+Blue) = 118+49+68=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #763144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763144 is #89CEBB. Grayscale: #474747. Windows color (decimal): -9031356 or 4469110. OLE color: 4469110.

HSL color Cylindrical-coordinate representation of color #763144: hue angle of 343.48º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763144 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 49 68 -
CMYK 0 0.58 0.42 0.54
HSL 343.48º 0.41% 0.33% -
HSV(B) 343.48º 0.58% 0.46% -
XYZ 9.61 6.47 6.21 -
YUV 71.8 125.86 160.96 -
System Red Green Blue C M Y K H S L
Decimal 118 49 68 0 0.58 0.42 0.54 343.48 0.41 0.33
Hex 76 31 44 0 3A 2A 36 157 29 21
Octal 166 61 104 0 72 52 66 527 51 41
Binary 1110110 110001 1000100 0 111010 101010 110110 101010111 101001 100001

Color Harmonies of #763144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763144

Black with #763144

Text Example


Text Example

White with #763144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763144; }

 p { color: rgb(118,49,68); }

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

background-color css

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

 a { background-color: rgb(118,49,68); }

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

border-color css

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

 span { border-color: rgb(118,49,68); }

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